Microchip® Advanced Software Framework

at_ble_adv_data_update_on_the_fly_t Struct Reference

use this structure when calling the api at_ble_adv_data_update_on_the_fly to set the advertising data on the fly

#include <at_ble_api.h>

Data Fields

uint8_t * adv_data
 advertising data to be placed in advertisement packet More...
 
uint8_t adv_data_len
 advertising data length (from 0 to 28 Bytes) More...
 
uint8_t presence_bit_mask
 Presence Bit Mask to indicate data availability refer to the above defines ADV_DATA_PRESENT SCN_RESP_DATA_PRESENT. More...
 
uint8_t * scan_resp_data
 scan response data to be placed in scan response packet More...
 
uint8_t scan_response_data_len
 scan response data length (from 0 to 31 Bytes) More...
 

uint8_t* at_ble_adv_data_update_on_the_fly_t::adv_data

advertising data to be placed in advertisement packet

Referenced by eddystone_adv_start().

uint8_t at_ble_adv_data_update_on_the_fly_t::adv_data_len

advertising data length (from 0 to 28 Bytes)

Referenced by eddystone_adv_start().

uint8_t at_ble_adv_data_update_on_the_fly_t::presence_bit_mask

Presence Bit Mask to indicate data availability refer to the above defines ADV_DATA_PRESENT SCN_RESP_DATA_PRESENT.

Referenced by eddystone_adv_start().

uint8_t* at_ble_adv_data_update_on_the_fly_t::scan_resp_data

scan response data to be placed in scan response packet

uint8_t at_ble_adv_data_update_on_the_fly_t::scan_response_data_len

scan response data length (from 0 to 31 Bytes)