Common#
Modules#
rsi_bt_resp_get_bt_stack_version_s
Typedefs#
Functions#
Update gain table offset/max power.
Get the local device name.
Get the RSSI of the remote device.
Get the local device address.
Get the BT stack version.
Initialize the BT device.
Deinitialize the BT device.
Select either internal / external antenna on the chip.
Select the power save profile mode for BT / BLE.
Request the local device for BT PER operation.
Typedef Documentation#
rsi_bt_resp_get_bt_stack_version_t#
typedef struct rsi_bt_resp_get_bt_stack_version_s rsi_bt_resp_get_bt_stack_version_t
279
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
rsi_bt_per_stats_t#
typedef struct rsi_bt_per_stats_s rsi_bt_per_stats_t
343
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
Function Documentation#
rsi_bt_set_bd_addr#
int32_t rsi_bt_set_bd_addr (const uint8_t * dev_addr)
N/A | dev_addr |
74
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_set_local_name#
int32_t rsi_bt_set_local_name (const uint8_t * local_name)
N/A | local_name |
89
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_cmd_update_gain_table_offset_or_max_pwr#
int32_t rsi_bt_cmd_update_gain_table_offset_or_max_pwr (uint8_t node_id, uint8_t payload_len, uint8_t * payload, uint8_t req_type)
Update gain table offset/max power.
[in] | node_id | - Node ID (0 - BLE, 1 - BT). |
[in] | payload_len | - Length of the payload. |
[in] | payload | - Payload containing table data of gain table offset/max power |
[in] | req_type | - Update gain table request type
|
This is blocking API.
Pre-conditions:
Device should be initialized before calling this API.
Returns
The following values are returned:
0 - Success
0x4F01 - Invalid gain table payload length
0x4F02 - Invalid region.
0x4F03 - Invalid gain table offset request type
0x4F04 - Invalid node id.
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
113
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_get_local_name#
int32_t rsi_bt_get_local_name (rsi_bt_resp_get_local_name_t * bt_resp_get_local_name)
Get the local device name.
[out] | bt_resp_get_local_name | - This parameter is the response buffer to hold the response of this API. Please refer rsi_bt_resp_get_local_name_s structure for more info. |
This is a blocking API.
Pre-conditions:
Device should be initialized before calling this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
130
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_get_rssi#
int32_t rsi_bt_get_rssi (uint8_t * dev_addr, int8_t * resp)
Get the RSSI of the remote device.
[in] | dev_addr | - Remote device address. |
[out] | resp | - Parameter to hold the response of this API, RSSI is filled in this resp parameter. |
This is a blocking API.
Pre-conditions:
rsi_bt_connect() API need to be called before this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
145
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_get_local_device_address#
int32_t rsi_bt_get_local_device_address (uint8_t * resp)
Get the local device address.
[out] | resp | - Parameter to hold the response of this API, local bd_addr is filled in this resp parameter. |
This is a blocking API.
Pre-conditions:
Device should be initialized before calling this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
159
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_get_bt_stack_version#
int32_t rsi_bt_get_bt_stack_version (rsi_bt_resp_get_bt_stack_version_t * bt_resp_get_bt_stack_version)
Get the BT stack version.
[out] | bt_resp_get_bt_stack_version | - Response buffer to hold the response of this API. Please refer rsi_bt_resp_get_bt_stack_version_s structure for more info |
This is a blocking API. Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
171
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_init#
int32_t rsi_bt_init (void )
Initialize the BT device.
N/A |
This is a blocking API.
Pre-conditions:
Device should be initialized before calling this API.
If the device is in powersave, get back the device to ACTIVE MODE by using rsi_bt_power_save_profile()
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
186
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_deinit#
int32_t rsi_bt_deinit (void )
Deinitialize the BT device.
N/A |
This is a blocking API.
Pre-conditions:
Device should be initialized before this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
200
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_set_antenna#
int32_t rsi_bt_set_antenna (uint8_t antenna_value)
Select either internal / external antenna on the chip.
[in] | antenna_value | - Parameter is used to select either internal or external antenna. Possible values:
|
This is a blocking API.
Pre-conditions:
Device should be initialized before calling this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer to the Status Codes section for the above error codes at additional-status-codes.
216
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_power_save_profile#
int32_t rsi_bt_power_save_profile (uint8_t psp_mode, uint8_t psp_type)
Select the power save profile mode for BT / BLE.
[in] | psp_mode | Following psp_mode is defined.
|
[in] | psp_type | Following psp_type is defined.
|
This is a blocking API.
Pre-conditions:
Device should be initialized before calling this API
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
If the user wants to enable power save in CoEx mode (WLAN + BT LE) mode - It is mandatory to enable WLAN power save along with BT LE power save.
The device will enter into power save if and only if both protocol (WLAN, BLE) power save modes are enabled.
Refer to the Status Codes section for the above error codes at additional-status-codes.
psp_type is only valid in psp_mode 2.
BT/BLE does not support in RSI_SLEEP_MODE_1.
BT/BLE supports only RSI_MAX_PSP mode. Remaining modes are not supported.
247
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h
rsi_bt_per_stats#
int32_t rsi_bt_per_stats (uint8_t cmd_type, struct rsi_bt_per_stats_s * rsi_bt_per_stats)
Request the local device for BT PER operation.
[in] | cmd_type | - Parameter to define the command id type for PER operation.
|
[in] | rsi_bt_per_stats | - reference to the response structure. Please refer to rsi_bt_per_stats_s structure for more info. |
Pre-conditions:
Call rsi_bt_per_tx() or rsi_bt_per_rx() before calling this API.
Returns
The following values are returned:
0 - Success
Non-Zero Value - Failure
Note
Refer Error Codes section for common error codes error-codes .
265
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common_apis.h