AIROC™ BTSDK v4.7 - Documentation | ||||
This section talks about the various API's required to integrate LE functionality to an application. More...
Functions | |
wiced_result_t | wiced_bt_start_advertisements (wiced_bt_ble_advert_mode_t advert_mode, wiced_bt_ble_address_type_t directed_advertisement_bdaddr_type, wiced_bt_device_address_ptr_t directed_advertisement_bdaddr_ptr) |
Function wiced_bt_start_advertisements. More... | |
wiced_bt_ble_advert_mode_t | wiced_bt_ble_get_current_advert_mode (void) |
Function wiced_bt_ble_get_current_advert_mode. More... | |
wiced_result_t | wiced_bt_ble_set_raw_advertisement_data (UINT8 num_elem, wiced_bt_ble_advert_elem_t *p_data) |
Function wiced_bt_ble_set_raw_advertisement_data. More... | |
wiced_bt_dev_status_t | wiced_bt_ble_set_raw_scan_response_data (UINT8 num_elem, wiced_bt_ble_advert_elem_t *p_data) |
Function wiced_bt_ble_set_raw_scan_response_data. More... | |
wiced_bt_dev_status_t | wiced_bt_ble_observe (wiced_bool_t start, uint8_t duration, wiced_bt_ble_scan_result_cback_t *p_scan_result_cback) |
Function wiced_bt_ble_observe. More... | |
wiced_result_t | wiced_bt_ble_scan (wiced_bt_ble_scan_type_t scan_type, wiced_bool_t duplicate_filter_enable, wiced_bt_ble_scan_result_cback_t *p_scan_result_cback) |
Function wiced_bt_ble_scan. More... | |
wiced_bt_ble_scan_type_t | wiced_bt_ble_get_current_scan_state (void) |
Function wiced_bt_ble_get_current_scan_state. More... | |
void | wiced_bt_ble_security_grant (wiced_bt_device_address_t bd_addr, uint8_t res) |
Function wiced_bt_ble_security_grant. More... | |
wiced_bool_t | wiced_bt_ble_data_signature (wiced_bt_device_address_t bd_addr, uint8_t *p_text, uint16_t len, wiced_dev_ble_signature_t signature) |
Function wiced_bt_ble_data_signature. More... | |
wiced_bool_t | wiced_bt_ble_verify_signature (wiced_bt_device_address_t bd_addr, uint8_t *p_orig, uint16_t len, uint32_t counter, uint8_t *p_comp) |
Function wiced_bt_ble_verify_signature. More... | |
wiced_bool_t | wiced_bt_ble_set_background_connection_type (wiced_bt_ble_conn_type_t conn_type, wiced_bt_ble_selective_conn_cback_t *p_select_cback) |
Function wiced_bt_ble_set_background_connection_type. More... | |
wiced_bool_t | wiced_bt_ble_update_background_connection_device (wiced_bool_t add_remove, wiced_bt_device_address_t remote_bda) |
Function wiced_bt_ble_update_background_connection_device. More... | |
uint8_t * | wiced_bt_ble_check_advertising_data (uint8_t *p_adv, wiced_bt_ble_advert_type_t type, uint8_t *p_length) |
Function wiced_bt_ble_check_advertising_data. More... | |
void | wiced_bt_ble_enable_privacy (wiced_bool_t enable) |
Function wiced_bt_ble_enable_privacy. More... | |
wiced_bool_t | wiced_bt_ble_get_security_state (wiced_bt_device_address_t bd_addr, uint8_t *p_le_sec_flags, uint8_t *p_le_key_size) |
Function wiced_bt_ble_get_security_state. More... | |
wiced_bool_t | wiced_bt_ble_update_advertising_filter_accept_list (wiced_bool_t add, wiced_bt_device_address_t remote_bda) |
Function wiced_bt_ble_update_advertising_filter_accept_list. More... | |
wiced_bool_t | wiced_btm_ble_update_advertisement_filter_policy (wiced_bt_ble_advert_filter_policy_t advertising_policy) |
Function wiced_btm_ble_update_advertisement_filter_policy. More... | |
wiced_bool_t | wiced_bt_ble_update_scanner_filter_list (wiced_bool_t add, wiced_bt_device_address_t remote_bda, wiced_bt_ble_address_type_t addr_type) |
Function wiced_bt_ble_update_scanner_filter_list. More... | |
void | wiced_bt_ble_update_scanner_filter_policy (wiced_bt_ble_scanner_filter_policy_t scanner_policy) |
Function wiced_bt_ble_update_scanner_filter_policy. More... | |
wiced_result_t | wiced_bt_ble_set_channel_classification (const uint8_t ble_channel_map[BTM_BLE_CHNL_MAP_SIZE]) |
Function wiced_bt_ble_set_channel_classification. More... | |
wiced_bt_dev_status_t | wiced_start_multi_advertisements (uint8_t advertising_enable, uint8_t adv_instance) |
Function wiced_start_multi_advertisements. More... | |
wiced_bt_dev_status_t | wiced_set_multi_advertisement_params (uint16_t advertising_interval_min, uint16_t advertising_interval_max, wiced_bt_ble_multi_advert_type_t advertising_type, wiced_bt_ble_address_type_t own_address_type, wiced_bt_device_address_t ownAddr, wiced_bt_ble_address_type_t peerAddrType, wiced_bt_device_address_t peerAddr, wiced_bt_ble_advert_chnl_map_t advertising_channel_map, wiced_bt_ble_multi_advert_filtering_policy_t advertising_filter_policy, uint8_t adv_instance, int8_t transmit_power) |
Function wiced_set_multi_advertisement_params. More... | |
wiced_bt_dev_status_t | wiced_set_multi_advertisement_scan_response_data (uint8_t *p_data, uint8_t data_len, uint8_t adv_instance) |
Function wiced_set_multi_advertisement_scan_response_data. More... | |
wiced_bt_dev_status_t | wiced_set_multi_advertisement_data (uint8_t *p_data, uint8_t data_len, uint8_t adv_instance) |
Function wiced_set_multi_advertisement_data. More... | |
wiced_bool_t | wiced_bt_notify_multi_advertisement_packet_transmissions (uint8_t adv_instance, void(*clientCallback)(uint32_t), uint32_t advanceNoticeInMicroSeconds) |
Function wiced_bt_notify_multi_advertisement_packet_transmissions. More... | |
wiced_result_t | wiced_bt_ble_get_connection_parameters (wiced_bt_device_address_t bda, wiced_bt_ble_conn_params_t *p_conn_parameters) |
Function wiced_bt_gatt_ble_get_connection_parameters. More... | |
uint8_t * | wiced_btm_get_private_bda (void) |
Function wiced_btm_get_private_bda. More... | |
wiced_result_t | wiced_bt_dev_add_device_to_address_resolution_db (wiced_bt_device_link_keys_t *p_link_keys, wiced_bt_ble_address_type_t addr_type) |
Function wiced_bt_dev_add_device_to_address_resolution_db. More... | |
wiced_result_t | wiced_bt_dev_remove_device_from_address_resolution_db (wiced_bt_device_link_keys_t *p_link_keys) |
Function wiced_bt_dev_remove_device_from_address_resolution_db. More... | |
wiced_result_t | wiced_ble_private_device_address_resolution (wiced_bt_device_address_t rpa, BT_OCTET16 irk) |
Function wiced_ble_private_device_address_resolution. More... | |
wiced_result_t | wiced_bt_dev_get_ble_keys (wiced_bt_device_address_t bd_addr, wiced_bt_dev_le_key_type_t *p_key_mask) |
Function wiced_bt_dev_get_ble_keys. More... | |
This section talks about the various API's required to integrate LE functionality to an application.
Please refer to the bluetooth specification for details regarding LE functionality.
wiced_result_t wiced_ble_private_device_address_resolution | ( | wiced_bt_device_address_t | rpa, |
BT_OCTET16 | irk | ||
) |
Function wiced_ble_private_device_address_resolution.
Private Device Address Resolution
rpa | LE Resolvable Private Address |
irk | LE IRK |
uint8_t* wiced_bt_ble_check_advertising_data | ( | uint8_t * | p_adv, |
wiced_bt_ble_advert_type_t | type, | ||
uint8_t * | p_length | ||
) |
Function wiced_bt_ble_check_advertising_data.
Parse advertising data (returned from scan results callback wiced_bt_ble_scan_result_cback_t). Look for specified advertisement data type.
[in] | p_adv | : pointer to advertisement data |
[in] | type | : advertisement data type to look for |
[out] | p_length | : length of advertisement data (if found) |
wiced_bool_t wiced_bt_ble_data_signature | ( | wiced_bt_device_address_t | bd_addr, |
uint8_t * | p_text, | ||
uint16_t | len, | ||
wiced_dev_ble_signature_t | signature | ||
) |
Function wiced_bt_ble_data_signature.
Sign the data using AES128 CMAC algorith.
[in] | bd_addr | target device the data to be signed for. |
[in] | p_text | signing data |
[in] | len | length of the signing data |
[in] | signature | output parameter where data signature is going to be stored |
Note BD_Address must be in Big Endian format
void wiced_bt_ble_enable_privacy | ( | wiced_bool_t | enable | ) |
Function wiced_bt_ble_enable_privacy.
This function is called to enable or disable the privacy in the local device.
[in] | enable | TRUE to enable it; FALSE to disable it. |
wiced_result_t wiced_bt_ble_get_connection_parameters | ( | wiced_bt_device_address_t | bda, |
wiced_bt_ble_conn_params_t * | p_conn_parameters | ||
) |
Function wiced_bt_gatt_ble_get_connection_parameters.
To read LE connection parameters based on connection address received in gatt connection up indication.
[in] | remote_bda | remote device address. |
[in] | wiced_bt_ble_conn_params_t | - Connection Parameters |
WICED_BT_ILLEGAL_VALUE if p_conn_parameters is NULL. WICED_BT_UNKNOWN_ADDR if device address is bad. WICED_BT_SUCCESS otherwise.
wiced_bt_ble_advert_mode_t wiced_bt_ble_get_current_advert_mode | ( | void | ) |
Function wiced_bt_ble_get_current_advert_mode.
Get current advertising mode
wiced_bt_ble_scan_type_t wiced_bt_ble_get_current_scan_state | ( | void | ) |
Function wiced_bt_ble_get_current_scan_state.
Get current scan state
BTM_BLE_SCAN_TYPE_NONE Not scanning BTM_BLE_SCAN_TYPE_HIGH_DUTY High duty cycle scan BTM_BLE_SCAN_TYPE_LOW_DUTY Low duty cycle scan
wiced_bool_t wiced_bt_ble_get_security_state | ( | wiced_bt_device_address_t | bd_addr, |
uint8_t * | p_le_sec_flags, | ||
uint8_t * | p_le_key_size | ||
) |
Function wiced_bt_ble_get_security_state.
Get security mode 1 flags and encryption key size for LE peer.
[in] | bd_addr | : peer address |
[out] | p_le_sec_flags | : security flags (see wiced_bt_ble_sec_flags_e) |
[out] | p_le_key_size | : encryption key size |
Note BD_Address must be in Big Endian format
wiced_bt_dev_status_t wiced_bt_ble_observe | ( | wiced_bool_t | start, |
uint8_t | duration, | ||
wiced_bt_ble_scan_result_cback_t * | p_scan_result_cback | ||
) |
Function wiced_bt_ble_observe.
This API allows the device to register a callback to receive both connectable and non-connectable ADV packets. It is fundamentally the same as the API wiced_bt_ble_scan, except that the scan results are filtered to allow non-connectable packets. Furthermore, the scan parameters used by the observe API are the 'low_duty' parameters set in wiced_bt_cfg_settings_t, which is passed to wiced_bt_stack_init.
Refer to wiced_bt_ble_scan for an example of the callback to be used.
[in] | start | WICED_TRUE==start, WICED_FALSE==stop |
[in] | duration | num_seconds to scan |
[in] | p_scan_result_cback | callback to receive packets asynchronously |
wiced_result_t wiced_bt_ble_scan | ( | wiced_bt_ble_scan_type_t | scan_type, |
wiced_bool_t | duplicate_filter_enable, | ||
wiced_bt_ble_scan_result_cback_t * | p_scan_result_cback | ||
) |
Function wiced_bt_ble_scan.
This API allows the device to register a callback to receive connectable ADV packets from peripheral devices. It is fundamentally the same as the API wiced_bt_ble_observe, except that the scan results are filtered to only allow connectable packets. The scan interval, window, duration, and type (active or passive), are initialized in wiced_bt_cfg_settings_t upon calling the stack initialization API (wiced_bt_stack_init). The packets received in the callback can be limited to a small, known set of devices using wiced_bt_ble_update_scanner_filter_policy.
Below is an example of how to start receiving scan results in a callback and print the name of the advertised device if found in the received packet:
[in] | scan_type |
|
[in] | duplicate_filter_enable | WICED_TRUE==enable, WICED_FALSE==disable |
[in] | p_scan_result_cback | callback to receive packets asynchronously |
void wiced_bt_ble_security_grant | ( | wiced_bt_device_address_t | bd_addr, |
uint8_t | res | ||
) |
Function wiced_bt_ble_security_grant.
Grant or deny access. Used in response to an BTM_SECURITY_REQUEST_EVT event.
[in] | bd_addr | : peer device bd address. |
[in] | res | : BTM_SUCCESS to grant access; BTM_REPEATED_ATTEMPTS otherwise |
Note BD_Address must be in Big Endian format
wiced_bool_t wiced_bt_ble_set_background_connection_type | ( | wiced_bt_ble_conn_type_t | conn_type, |
wiced_bt_ble_selective_conn_cback_t * | p_select_cback | ||
) |
Function wiced_bt_ble_set_background_connection_type.
Set LE background connection procedure type.
[in] | conn_type | BTM_BLE_CONN_NONE, BTM_BLE_CONN_AUTO, or BTM_BLE_CONN_SELECTIVE |
[in] | p_select_cback | callback for BTM_BLE_CONN_SELECTIVE |
wiced_result_t wiced_bt_ble_set_channel_classification | ( | const uint8_t | ble_channel_map[BTM_BLE_CHNL_MAP_SIZE] | ) |
Function wiced_bt_ble_set_channel_classification.
Set channel classification for the available 40 channels.
Channel n is bad = 0. Channel n is unknown = 1.
At least one channel shall be marked as unknown.
[in] | ble_channel_map |
WICED_BT_SUCCESS if successfully initiated WICED_BT_NO_RESOURCES if could not allocate resources to start the command
wiced_result_t wiced_bt_ble_set_raw_advertisement_data | ( | UINT8 | num_elem, |
wiced_bt_ble_advert_elem_t * | p_data | ||
) |
Function wiced_bt_ble_set_raw_advertisement_data.
Set advertisement raw data.
[in] | data_mask | : number of ADV data element |
[in] | p_data | : advertisement raw data |
wiced_bt_dev_status_t wiced_bt_ble_set_raw_scan_response_data | ( | UINT8 | num_elem, |
wiced_bt_ble_advert_elem_t * | p_data | ||
) |
Function wiced_bt_ble_set_raw_scan_response_data.
Set scan response raw data
[in] | data_mask | : number of scan response data element |
[in] | p_data | : scan response raw data |
wiced_bool_t wiced_bt_ble_update_advertising_filter_accept_list | ( | wiced_bool_t | add, |
wiced_bt_device_address_t | remote_bda | ||
) |
Function wiced_bt_ble_update_advertising_filter_accept_list.
Add or remove device from advertising Filter Accept List
[in] | add | TRUE to add; FALSE to remove |
[in] | remote_bda | remote device address. |
wiced_bool_t wiced_bt_ble_update_background_connection_device | ( | wiced_bool_t | add_remove, |
wiced_bt_device_address_t | remote_bda | ||
) |
Function wiced_bt_ble_update_background_connection_device.
This function is called to add or remove a device into/from background connection procedure. The background connection procedure is decided by the background connection type, it can be auto connection, or selective connection.
[in] | add_remove | TRUE to add; FALSE to remove. |
[in] | remote_bda | device address to add/remove. |
wiced_bool_t wiced_bt_ble_update_scanner_filter_list | ( | wiced_bool_t | add, |
wiced_bt_device_address_t | remote_bda, | ||
wiced_bt_ble_address_type_t | addr_type | ||
) |
Function wiced_bt_ble_update_scanner_filter_list.
Add or remove device from scanner Filter Accept List
[in] | add | TRUE to add; FALSE to remove |
[in] | remote_bda | remote device address. |
[in] | addr_type | : remote device address type . |
void wiced_bt_ble_update_scanner_filter_policy | ( | wiced_bt_ble_scanner_filter_policy_t | scanner_policy | ) |
Function wiced_bt_ble_update_scanner_filter_policy.
Update the filter policy of scanning.
[in] | scanner_policy | scanning filter policy |
wiced_bool_t wiced_bt_ble_verify_signature | ( | wiced_bt_device_address_t | bd_addr, |
uint8_t * | p_orig, | ||
uint16_t | len, | ||
uint32_t | counter, | ||
uint8_t * | p_comp | ||
) |
Function wiced_bt_ble_verify_signature.
Verify the data signature
[in] | bd_addr | target device the data to be signed for. |
[in] | p_orig | original data before signature. |
[in] | len | length of the signing data |
[in] | counter | counter used when doing data signing |
[in] | p_comp | signature to be compared against. |
Note BD_Address must be in Big Endian format
wiced_result_t wiced_bt_dev_add_device_to_address_resolution_db | ( | wiced_bt_device_link_keys_t * | p_link_keys, |
wiced_bt_ble_address_type_t | addr_type | ||
) |
Function wiced_bt_dev_add_device_to_address_resolution_db.
add link key information to internal address resolution db
[in] | p_link_keys | : link keys information stored in application side |
[in] | addr_type | : peer address type stored in application side |
wiced_result_t wiced_bt_dev_get_ble_keys | ( | wiced_bt_device_address_t | bd_addr, |
wiced_bt_dev_le_key_type_t * | p_key_mask | ||
) |
Function wiced_bt_dev_get_ble_keys.
get le key mask from stored key information of nv ram
[in] | bd_addr | : remote bd address |
[out] | p_key_mask | : le key mask stored |
Note BD_Address must be in Big Endian format
wiced_result_t wiced_bt_dev_remove_device_from_address_resolution_db | ( | wiced_bt_device_link_keys_t * | p_link_keys | ) |
Function wiced_bt_dev_remove_device_from_address_resolution_db.
remove link key information from internal address resolution db
[in] | p_link_keys | : link keys information stored in application side |
wiced_bool_t wiced_bt_notify_multi_advertisement_packet_transmissions | ( | uint8_t | adv_instance, |
void(*)(uint32_t) | clientCallback, | ||
uint32_t | advanceNoticeInMicroSeconds | ||
) |
Function wiced_bt_notify_multi_advertisement_packet_transmissions.
Allows the application to register a callback that will be invoked just before an ADV packet is about to be sent out and immediately after.
[in] | adv_instance | : 1 to MULTI_ADV_MAX_NUM_INSTANCES |
[in] | clientCallback | : Pointer to a function that will be invoked in application thread context with WICED_BT_ADV_NOTIFICATION_READY for before ADV and WICED_BT_ADV_NOTIFICATION_DONE after ADV packet is complete. |
[in] | advanceNoticeInMicroSeconds | : Number of microseconds before the ADV the notification is to be sent. Will be rounded down to the nearest 1.25mS. Has to be an even multiple of 625uS. |
TRUE if command succeeded
wiced_result_t wiced_bt_start_advertisements | ( | wiced_bt_ble_advert_mode_t | advert_mode, |
wiced_bt_ble_address_type_t | directed_advertisement_bdaddr_type, | ||
wiced_bt_device_address_ptr_t | directed_advertisement_bdaddr_ptr | ||
) |
Function wiced_bt_start_advertisements.
Start advertising.
Use wiced_bt_ble_set_raw_advertisement_data to configure advertising data prior to starting avertisements. The advertisements are stopped upon successful LE connection establishment.
The advert_mode parameter determines what advertising parameters and durations to use (as specified by the application configuration).
Note: When we are advertising and a connection is established in peripheral role, the device stops advertising automatically.
[in] | advert_mode | : advertisement mode |
[in] | directed_advertisement_bdaddr_type | : BLE_ADDR_PUBLIC or BLE_ADDR_RANDOM (if using directed advertisement mode) |
[in] | directed_advertisement_bdaddr_ptr | : Directed advertisement address (NULL if not using directed advertisement) |
wiced_bool_t wiced_btm_ble_update_advertisement_filter_policy | ( | wiced_bt_ble_advert_filter_policy_t | advertising_policy | ) |
Function wiced_btm_ble_update_advertisement_filter_policy.
Update the filter policy of advertiser.
[in] | advertising_policy | advertising filter policy |
uint8_t* wiced_btm_get_private_bda | ( | void | ) |
Function wiced_btm_get_private_bda.
Acquire current LE Resolvable Private Address
[in] | None |
wiced_bt_dev_status_t wiced_set_multi_advertisement_data | ( | uint8_t * | p_data, |
uint8_t | data_len, | ||
uint8_t | adv_instance | ||
) |
Function wiced_set_multi_advertisement_data.
Set multi advertisement data for each adv_instance
[in] | p_data | : Advertising Data ( Max length 31 bytess) |
[in] | data_len | : Advertising Data len ( Max 31 bytes ) |
[in] | adv_instance | : 1 to MULTI_ADV_MAX_NUM_INSTANCES |
TRUE if command succeeded
wiced_bt_dev_status_t wiced_set_multi_advertisement_params | ( | uint16_t | advertising_interval_min, |
uint16_t | advertising_interval_max, | ||
wiced_bt_ble_multi_advert_type_t | advertising_type, | ||
wiced_bt_ble_address_type_t | own_address_type, | ||
wiced_bt_device_address_t | ownAddr, | ||
wiced_bt_ble_address_type_t | peerAddrType, | ||
wiced_bt_device_address_t | peerAddr, | ||
wiced_bt_ble_advert_chnl_map_t | advertising_channel_map, | ||
wiced_bt_ble_multi_advert_filtering_policy_t | advertising_filter_policy, | ||
uint8_t | adv_instance, | ||
int8_t | transmit_power | ||
) |
Function wiced_set_multi_advertisement_params.
Set multi advertisement parameters for each adv_instance
All the parameters below refered to as "spec" is BT 4.2 core specification, page 1277 (LE Set Advertising Parameter Command)
[in] | advertising_interval_min | : BTM_BLE_ADVERT_INTERVAL_MIN to BTM_BLE_ADVERT_INTERVAL_MAX ( As per spec ) |
[in] | advertising_interval_max | : BTM_BLE_ADVERT_INTERVAL_MIN to BTM_BLE_ADVERT_INTERVAL_MAX ( As per spec ) |
[in] | advertising_type | : see wiced_bt_ble_multi_advert_type_e ( As per spec ) |
[in] | own_address_type | : see wiced_bt_ble_address_type_t ( As per spec ) |
[in] | own_address | : 6 byte own advertisement address |
[in] | peer_address_type | : see wiced_bt_ble_address_type_t ( As per spec ) |
[in] | peer_address | : 6 byte Public/Random/Public ID/ Random ID address according to peer_address_type ( As per spec ) |
[in] | advertising_channel_map | : Advertising channel map ( see wiced_bt_ble_advert_chnl_map_t, As per spec ) |
[in] | advertising_filter_policy | : see wiced_bt_ble_advert_filter_policy_t ( As per spec ) |
[in] | adv_instance | : 1 to MULTI_ADV_MAX_NUM_INSTANCES |
[in] | transmit_power | : Transmit Power in dBm ( MULTI_ADV_TX_POWER_MIN to MULTI_ADV_TX_POWER_MAX ) |
TRUE if command succeeded
wiced_bt_dev_status_t wiced_set_multi_advertisement_scan_response_data | ( | uint8_t * | p_data, |
uint8_t | data_len, | ||
uint8_t | adv_instance | ||
) |
Function wiced_set_multi_advertisement_scan_response_data.
Set multi advertisement data for each adv_instance
[in] | p_data | : Scan Rsp Data ( Max length 31 bytess) |
[in] | data_len | : Scan Rsp Data len ( Max 31 bytes ) |
[in] | adv_instance | : 1 to MULTI_ADV_MAX_NUM_INSTANCES |
TRUE if command succeeded
wiced_bt_dev_status_t wiced_start_multi_advertisements | ( | uint8_t | advertising_enable, |
uint8_t | adv_instance | ||
) |
Function wiced_start_multi_advertisements.
Start/Stop Mulit advertisements. wiced_start_multi_advertisements gives option to start multiple adverstisment instances Each of the instances can set different wiced_set_multi_advertisement_params and wiced_set_multi_advertisement_data. Hence this feature allows the device to advertise to multiple centrals at the same time like a multiple peripheral device, with different advertising data, Random private addresses, tx_power etc.
[in] | advertising_enable | : MULTI_ADVERT_START - Advertising is enabled MULTI_ADVERT_STOP - Advertising is disabled |
[in] | adv_instance | : 1 to MULTI_ADV_MAX_NUM_INSTANCES |
TRUE if command succeeded