make_cmd_ble_set_adv_enable() function
This function is used to request the Controller to start or stop advertising.
Syntax
uint16_t make_cmd_ble_set_adv_enable (uint8_t *buf,
uint8_t adv_enable);
Arguments
buf
Input buffer to write which will be sent to controller.
adv_enable
1 to enable advertising and 0 to disable.
Return value
Size of buf after writing into it.
Examples
make_cmd_ble_set_adv_enable() is referenced by 2 libraries and example projects: