Channel Sounding#
Channel Sounding.
This class provides commands and events for Channel Sounding (CS) between Bluetooth devices.
Modules#
sl_bt_evt_cs_security_enable_complete
sl_bt_evt_cs_procedure_enable_complete
sl_bt_evt_cs_read_remote_supported_capabilities_complete
Enumerations#
Specifies the role for the device during CS procedure.
Defines the status of a given role for an CS capable device.
Defines the status of a companion signal.
Defines the CS procedure state for the device.
Defines the different modes for CS steps.
Defines the Round Trip Time (RTT) payload types used during the CS sequence.
Specifies the CS channel selection algorithms.
Specifies the ch3c shapes.
Describes the current status of the procedure or subevents.
Describes the abort reasons for CS procedures and subevents and is represented by 4 bits in a byte.
Specifies the role for the device during CS procedure.
Specifies the Signal Noise Ration (SNR) used to control transmission of CS_SYNC packets.
Functions#
Macros#
Enumeration Documentation#
sl_bt_cs_role_t#
sl_bt_cs_role_t
Specifies the role for the device during CS procedure.
Enumerator | |
---|---|
sl_bt_cs_role_initiator | (0x0) The device will initiate the procedure |
sl_bt_cs_role_reflector | (0x1) The device will reciprocate transmission |
11445
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_role_status_t#
sl_bt_cs_role_status_t
Defines the status of a given role for an CS capable device.
Enumerator | |
---|---|
sl_bt_cs_role_status_disable | (0x0) The given role is disabled |
sl_bt_cs_role_status_enable | (0x1) The given role is enabled |
11456
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_companion_signal_status_t#
sl_bt_cs_companion_signal_status_t
Defines the status of a companion signal.
Enumerator | |
---|---|
sl_bt_cs_companion_signal_status_disable | (0x0) The companion signal is disabled |
sl_bt_cs_companion_signal_status_enable | (0x1) The companion signal is enabled |
11465
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_procedure_state_t#
sl_bt_cs_procedure_state_t
Defines the CS procedure state for the device.
Enumerator | |
---|---|
sl_bt_cs_procedure_state_disabled | (0x0) CS procedures are disabled |
sl_bt_cs_procedure_state_enabled | (0x1) CS procedures are enabled |
11476
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_mode_t#
sl_bt_cs_mode_t
Defines the different modes for CS steps.
Enumerator | |
---|---|
sl_bt_cs_mode_rtt | (0x1) Round Trip Time (RTT) measurement |
sl_bt_cs_mode_pbr | (0x2) Phase-Based Ranging (PBR) measurement |
sl_bt_cs_submode_disabled | (0xff) Submode disabled for the procedure. |
11485
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_rtt_type_t#
sl_bt_cs_rtt_type_t
Defines the Round Trip Time (RTT) payload types used during the CS sequence.
Enumerator | |
---|---|
sl_bt_cs_rtt_type_aa_only | (0x0) RTT Access Address (AA) only |
sl_bt_cs_rtt_type_fractional_96_bit_sounding | (0x2) RTT Fractional with 96-bit Sounding Sequence |
sl_bt_cs_rtt_type_fractional_32_bit_random | (0x3) RTT Fractional with 32-bit Random Sequence |
sl_bt_cs_rtt_type_fractional_64_bit_random | (0x4) RTT Fractional with 64-bit Random Sequence |
sl_bt_cs_rtt_type_fractional_96_bit_random | (0x5) RTT Fractional with 96-bit Random Sequence |
sl_bt_cs_rtt_type_fractional_128_bit_random | (0x6) RTT Fractional with 128-bit Random Sequence |
11498
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_channel_selection_algorithm_t#
sl_bt_cs_channel_selection_algorithm_t
Specifies the CS channel selection algorithms.
Enumerator | |
---|---|
sl_bt_cs_channel_selection_algorithm_3b | (0x0) Use Channel Selection Algorithm #3b for non-mode 0 CS steps |
sl_bt_cs_channel_selection_algorithm_3c | (0x1) Use Channel Selection Algorithm #3c for non-mode 0 CS steps |
sl_bt_cs_channel_selection_algorithm_user_shape_interleaved | (0x2) Use Interleaved shape for user specified channel sequence |
11522
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_ch3c_shape_t#
sl_bt_cs_ch3c_shape_t
Specifies the ch3c shapes.
Enumerator | |
---|---|
sl_bt_cs_ch3c_shape_hat | (0x0) Use Hat shape for user specified channel sequence |
sl_bt_cs_chc3_shape_interleaved | (0x1) Use Interleaved shape for user specified channel sequence |
11558
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_done_status_t#
sl_bt_cs_done_status_t
Describes the current status of the procedure or subevents.
Enumerator | |
---|---|
sl_bt_cs_done_status_complete | (0x0) All results complete for the CS procedure or subevent |
sl_bt_cs_done_status_partial_results_continue | (0x1) Partial results with more to follow |
sl_bt_cs_done_status_aborted | (0xf) Current procedure and all subsequent subevents in the procedure aborted or current subevent aborted. |
11569
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_abort_reason_t#
sl_bt_cs_abort_reason_t
Describes the abort reasons for CS procedures and subevents and is represented by 4 bits in a byte.
Enumerator | |
---|---|
sl_bt_cs_abort_reason_no_abort | (0x0) Not aborted |
sl_bt_cs_abort_reason_host_request | (0x1) Local or remote host request |
sl_bt_cs_abort_reason_insufficient_channels | (0x2) Filtered channel has less than 15 channels |
sl_bt_cs_abort_reason_no_map_update | (0x3) Channel map update instant has passed |
sl_bt_cs_abort_reason_busy | (0xb) Controller busy with other CS Procedure |
sl_bt_cs_abort_reason_sync_error | (0xc) Mode-0 packet exchanges failure |
sl_bt_cs_abort_reason_scheduling_conflict | (0xd) Link Layer failed to schedule the CS procedure |
sl_bt_cs_abort_reason_radio_failure | (0xe) Radio error |
sl_bt_cs_abort_reason_unspecified | (0xf) Unspecified reasons for abortion |
11590
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_config_state_t#
sl_bt_cs_config_state_t
Specifies the role for the device during CS procedure.
Enumerator | |
---|---|
sl_bt_cs_config_state_removed | (0x0) The CS device configuration is removed |
sl_bt_cs_config_state_created | (0x1) The CS device configuration is created |
11617
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_snr_control_adjustment_t#
sl_bt_cs_snr_control_adjustment_t
Specifies the Signal Noise Ration (SNR) used to control transmission of CS_SYNC packets.
Enumerator | |
---|---|
sl_bt_cs_snr_control_adjustment_18_db | (0x0) SNR control adjustment of 18 dB |
sl_bt_cs_snr_control_adjustment_21_db | (0x1) SNR control adjustment of 21 dB |
sl_bt_cs_snr_control_adjustment_24_db | (0x2) SNR control adjustment of 24 dB |
sl_bt_cs_snr_control_adjustment_27_db | (0x3) SNR control adjustment of 27 dB |
sl_bt_cs_snr_control_adjustment_30_db | (0x4) SNR control adjustment of 30 dB |
sl_bt_cs_snr_control_adjustment_not_applied | (0xff) SNR control adjustment not to be applied |
11629
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
Function Documentation#
sl_bt_cs_security_enable#
sl_status_t sl_bt_cs_security_enable (uint8_t connection)
[in] | connection | Connection handle |
Start or restart CS security start procedure for the specified connection.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
sl_bt_evt_cs_security_enable_complete - Triggered when CS security start procedure has completed.
12374
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_set_default_settings#
sl_status_t sl_bt_cs_set_default_settings (uint8_t connection, uint8_t initiator_status, uint8_t reflector_status, uint8_t antenna_identifier, int8_t max_tx_power)
[in] | connection | Connection handle |
[in] | initiator_status | Enum sl_bt_cs_role_status_t. Enable or disable status of the Initiator role. Values:
|
[in] | reflector_status | Enum sl_bt_cs_role_status_t. Enable or disable status of the Reflector role. Values:
|
[in] | antenna_identifier | Antenna identifier to be used for CS sync packets.
|
[in] | max_tx_power | Maximum transmit power level to be used in all CS transmissions. Units: dBm.
|
Set the default CS settings for the specified connection. By default, all roles are disabled and the antenna is set to 1.
Returns
SL_STATUS_OK if successful. Error code otherwise.
12400
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_create_config#
sl_status_t sl_bt_cs_create_config (uint8_t connection, uint8_t config_id, uint8_t create_context, uint8_t main_mode_type, uint8_t sub_mode_type, uint8_t min_main_mode_steps, uint8_t max_main_mode_steps, uint8_t main_mode_repetition, uint8_t mode_calibration_steps, uint8_t role, uint8_t rtt_type, uint8_t cs_sync_phy, const sl_bt_cs_channel_map_t * channel_map, uint8_t channel_map_repetition, uint8_t channel_selection_type, uint8_t ch3c_shape, uint8_t ch3c_jump, uint8_t companion_signal_state)
[in] | connection | The connection handle |
[in] | config_id | CS configuration identifier.
|
[in] | create_context | Defines in which device the created configuration will be written
|
[in] | main_mode_type | Enum sl_bt_cs_mode_t. Main mode type. Values:
|
[in] | sub_mode_type | Enum sl_bt_cs_mode_t. Sub mode type. Values:
|
[in] | min_main_mode_steps | Minimum number of CS main mode steps to be executed prior to a sub mode step.
|
[in] | max_main_mode_steps | Maximum number of CS main mode steps to be executed prior to a sub mode step.
|
[in] | main_mode_repetition | Number of main mode steps taken from the end of the last CS subevent to be repeated at the beginning of the current CS subevent directly after the value r last Mode 0 step of that event.
|
[in] | mode_calibration_steps | Number of Mode 0 steps to be included at the beginning of the test CS subevent
|
[in] | role | Enum sl_bt_cs_role_t. Device's role during the CS procedure Values:
|
[in] | rtt_type | Enum sl_bt_cs_rtt_type_t. RTT payload type used in the CS procedure Values:
|
[in] | cs_sync_phy | Enum sl_bt_gap_phy_t. Used PHY for CS SYNC exchanges during a procedure Values:
|
[in] | channel_map | A fixed length byte array of 10 bytes consisting of 79 1-bit fields. The nth such field (in the range 0 to 78) contains the value for the CS channel index n.
The rest of most significant bits are reserved for future use and must be set to 0. Channels n = 0, 1, 23, 24, 25, 77 and 78 shall be ignored and not used for CS. At least 15 channels shall be marked as used. |
[in] | channel_map_repetition | Number of times the channel_map field will be cycled through for non-Mode 0 steps within an CS procedure.
|
[in] | channel_selection_type | Enum sl_bt_cs_channel_selection_algorithm_t. Channel selection algorithm Values:
|
[in] | ch3c_shape | Enum sl_bt_cs_ch3c_shape_t. Ch3c shape Values:
|
[in] | ch3c_jump | Number of channels skipped in each rising and falling sequence.
|
[in] | companion_signal_state | Enum sl_bt_cs_companion_signal_status_t. Companion device's signal status Values:
|
Create a new CS configuration in the local and remote controller. The role used in this command must be enabled prior to issuing this command using sl_bt_cs_set_default_settings command.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
sl_bt_evt_cs_config_complete - Triggered when an CS configuration procedure completed
12512
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_remove_config#
sl_status_t sl_bt_cs_remove_config (uint8_t connection, uint8_t config_id)
[in] | connection | Connection handle |
[in] | config_id | CS configuration identifier
|
Remove an CS configuration from the local controller.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
sl_bt_evt_cs_config_complete - Triggered when an CS configuration procedure is completed
12546
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_set_channel_classification#
sl_status_t sl_bt_cs_set_channel_classification (const sl_bt_cs_channel_map_t * channel_map)
[in] | channel_map | A fixed length byte array of 10 bytes consisting of 79 1-bit fields. The nth field (in the range 0 to 78) contains the value for the link layer channel index n.
The rest of most significant bits are reserved for future use and must be set to 0. Channels n = 0, 1, 23, 24, 25, 77 and 78 shall be ignored and not used for CS. |
Update the channel classification for CS. This classification persists until overwritten with a subsequent command or until the system is reset.
Returns
SL_STATUS_OK if successful. Error code otherwise.
12570
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_set_procedure_parameters#
sl_status_t sl_bt_cs_set_procedure_parameters (uint8_t connection, uint8_t config_id, uint16_t max_procedure_len, uint16_t min_procedure_interval, uint16_t max_procedure_interval, uint16_t max_procedure_count, uint32_t min_subevent_len, uint32_t max_subevent_len, uint8_t tone_antenna_config_selection, uint8_t phy, int8_t tx_pwr_delta, uint8_t preferred_peer_antenna, uint8_t snr_control_initiator, uint8_t snr_control_reflector)
[in] | connection | The connection handle |
[in] | config_id | CS configuration identifier.
|
[in] | max_procedure_len | Maximum duration for each measurement procedure. Value in units of 0.625 ms.
|
[in] | min_procedure_interval | Minimum duration in number of connection events between consecutive measurement procedure.
|
[in] | max_procedure_interval | Maximum duration in number of connection events between consecutive measurement procedure.
|
[in] | max_procedure_count | Maximum number of CS procedures to be scheduled.
|
[in] | min_subevent_len | Minimum suggested duration for each CS subevent. Units: microseconds.
|
[in] | max_subevent_len | Maximum suggested duration for each CS subevent. Units: microseconds.
|
[in] | tone_antenna_config_selection | Antenna configuration index
|
[in] | phy | Enum sl_bt_gap_phy_t. PHY on which the CS transmission will take place Values:
|
[in] | tx_pwr_delta | Transmit power delta. Units: dB.
|
[in] | preferred_peer_antenna | Preferred peer-ordered antenna elements to be used by the remote device for the antenna configuration denoted by the tone antenna config selection.
|
[in] | snr_control_initiator | Enum sl_bt_cs_snr_control_adjustment_t. The Signal Noise Ratio (SNR) control adjustment for the CS_SYNC transmissions of the initiator. Values:
|
[in] | snr_control_reflector | Enum sl_bt_cs_snr_control_adjustment_t. The Signal Noise Ratio (SNR) control adjustment for the CS_SYNC transmissions of the reflector. Values:
|
Set the parameters for scheduling CS procedures with the remote device.
Returns
SL_STATUS_OK if successful. Error code otherwise.
12663
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_procedure_enable#
sl_status_t sl_bt_cs_procedure_enable (uint8_t connection, uint8_t enable, uint8_t config_id)
[in] | connection | The connection handle |
[in] | enable | Enum sl_bt_cs_procedure_state_t. Enabled or disabled CS procedure state. Values:
|
[in] | config_id | CS configuration identifier |
Enable or disable scheduling CS procedures with the remote device.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
sl_bt_evt_cs_procedure_enable_complete - Triggered when local controller has scheduled or disabled an CS procedure measurement
sl_bt_evt_cs_result - Triggered when local controller has results to report for every CS event within the CS procedure
12700
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_set_antenna_configuration#
sl_status_t sl_bt_cs_set_antenna_configuration (size_t antenna_element_offset_len, const uint8_t * antenna_element_offset)
[in] | antenna_element_offset_len | Length of data in |
[in] | antenna_element_offset | Offset of each antenna, each element is a signed 16-bit integer stored in two consecutive bytes in little-endian order. Units: 1 cm. |
Set the antenna configuration for the CS feature.
Returns
SL_STATUS_OK if successful. Error code otherwise.
12717
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_read_local_supported_capabilities#
sl_status_t sl_bt_cs_read_local_supported_capabilities (uint8_t * num_config, uint16_t * max_consecutive_procedures, uint8_t * num_antennas, uint8_t * max_antenna_paths, uint8_t * roles, uint8_t * optional_modes, uint8_t * rtt_capability, uint8_t * rtt_aa_only, uint8_t * rtt_sounding, uint8_t * rtt_random_payload, uint8_t * optional_cs_sync_phys, uint16_t * optional_subfeatures, uint16_t * optional_t_ip1_times, uint16_t * optional_t_ip2_times, uint16_t * optional_t_fcs_times, uint16_t * optional_t_pm_times, uint8_t * t_sw_times, uint8_t * optional_tx_snr_capability)
[out] | num_config | The number of CS configurations supported per connection.
|
[out] | max_consecutive_procedures | The maximum number of consecutive CS procedures supported.
|
[out] | num_antennas | The number of antenna elements available for CS tone exchanges.
|
[out] | max_antenna_paths | The maximum number of antenna paths supported.
|
[out] | roles | This value is a bitmask of flags to indicate which CS roles are supported by the controller. Flags:
|
[out] | optional_modes | This value is a bitmask of flags to indicate which Optional CS modes are supported. Flags:
|
[out] | rtt_capability | This value is a bitmask of flags to indicate which Round Trip Time (RTT) CS capabilities accuracy requirement in
|
[out] | rtt_aa_only | The support status of RTT Access Address(AA) in the local controller. When supported it establishes the number of SYNC changes needed to satisfy the precision requirements.
|
[out] | rtt_sounding | The support status of RTT Sounding is supported in the local controller. When supported it establishes the number of SYNC changes needed to satisfy the precision requirements.
|
[out] | rtt_random_payload | The support status of RTT Random Payload in the local controller. When supported it establishes the number of SYNC changes needed to satisfy the precision requirements.
|
[out] | optional_cs_sync_phys | This value is a bitmask of flags to indicate which CS_SYNC packages supported in an specific PHY. Flags:
|
[out] | optional_subfeatures | This value is a bitmask of flags to indicate which Optional CS subfeatures supported is supported. Flags:
|
[out] | optional_t_ip1_times | This value is a bitmask of flags to indicate which Time for Interlude Period 1 (IP1) supported is supported. Flags:
|
[out] | optional_t_ip2_times | This value is a bitmask of flags to indicate which Time for Interlude Period 2 (IP2) supported is supported. Flags:
|
[out] | optional_t_fcs_times | This value is a bitmask of flags to indicate which Time for Frequency Change Spaceing (FCS) is supported. Flags:
|
[out] | optional_t_pm_times | This value is a bitmask of flags to indicate which Time for Phase Measurement (PM) supported is supported. Flags:
|
[out] | t_sw_times | Time in microseconds for the antenna switch period of the CS tones.
|
[out] | optional_tx_snr_capability | This value is a bitmask of flags to indicate the supported SNR levels used in RTT packets. Flags:
|
Read the CS capabilities of the local controller.
Returns
SL_STATUS_OK if successful. Error code otherwise.
12838
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cs_read_remote_supported_capabilities#
sl_status_t sl_bt_cs_read_remote_supported_capabilities (uint8_t connection)
[in] | connection | Connection handle |
Read the Channel Sounding (CS) capabilities of the remote controller.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
sl_bt_evt_cs_read_remote_supported_capabilities_complete - Triggered when local controller has the requested supported capabilities of the remote controller.
12871
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
Macro Definition Documentation#
sl_bt_cmd_cs_security_enable_id#
#define sl_bt_cmd_cs_security_enable_idValue:
0x00590020
11421
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_set_default_settings_id#
#define sl_bt_cmd_cs_set_default_settings_idValue:
0x01590020
11422
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_create_config_id#
#define sl_bt_cmd_cs_create_config_idValue:
0x02590020
11423
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_remove_config_id#
#define sl_bt_cmd_cs_remove_config_idValue:
0x03590020
11424
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_set_channel_classification_id#
#define sl_bt_cmd_cs_set_channel_classification_idValue:
0x04590020
11425
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_set_procedure_parameters_id#
#define sl_bt_cmd_cs_set_procedure_parameters_idValue:
0x05590020
11426
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_procedure_enable_id#
#define sl_bt_cmd_cs_procedure_enable_idValue:
0x06590020
11427
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_set_antenna_configuration_id#
#define sl_bt_cmd_cs_set_antenna_configuration_idValue:
0x07590020
11428
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_read_local_supported_capabilities_id#
#define sl_bt_cmd_cs_read_local_supported_capabilities_idValue:
0x08590020
11429
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_cmd_cs_read_remote_supported_capabilities_id#
#define sl_bt_cmd_cs_read_remote_supported_capabilities_idValue:
0x09590020
11430
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_security_enable_id#
#define sl_bt_rsp_cs_security_enable_idValue:
0x00590020
11431
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_set_default_settings_id#
#define sl_bt_rsp_cs_set_default_settings_idValue:
0x01590020
11432
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_create_config_id#
#define sl_bt_rsp_cs_create_config_idValue:
0x02590020
11433
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_remove_config_id#
#define sl_bt_rsp_cs_remove_config_idValue:
0x03590020
11434
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_set_channel_classification_id#
#define sl_bt_rsp_cs_set_channel_classification_idValue:
0x04590020
11435
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_set_procedure_parameters_id#
#define sl_bt_rsp_cs_set_procedure_parameters_idValue:
0x05590020
11436
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_procedure_enable_id#
#define sl_bt_rsp_cs_procedure_enable_idValue:
0x06590020
11437
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_set_antenna_configuration_id#
#define sl_bt_rsp_cs_set_antenna_configuration_idValue:
0x07590020
11438
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_read_local_supported_capabilities_id#
#define sl_bt_rsp_cs_read_local_supported_capabilities_idValue:
0x08590020
11439
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
sl_bt_rsp_cs_read_remote_supported_capabilities_id#
#define sl_bt_rsp_cs_read_remote_supported_capabilities_idValue:
0x09590020
11440
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h