Searched refs:num_adv (Results 1 – 4 of 4) sorted by relevance
328 uint8_t num_adv; member333 uint8_t num_adv; member
1718 … dst->ext_adv_start.ext_adv = osi_malloc(src->ext_adv_start.num_adv*sizeof(esp_ble_gap_ext_adv_t)); in btc_gap_ble_arg_deep_copy()1721 src->ext_adv_start.num_adv*sizeof(esp_ble_gap_ext_adv_t)); in btc_gap_ble_arg_deep_copy()1731 dst->ext_adv_stop.ext_adv_inst = osi_malloc(src->ext_adv_stop.num_adv*sizeof(uint8_t)); in btc_gap_ble_arg_deep_copy()1734 src->ext_adv_stop.num_adv * sizeof(uint8_t)); in btc_gap_ble_arg_deep_copy()2204 for (int k = 0; k < arg_5->ext_adv_start.num_adv; k++) { in btc_gap_ble_call_handler()2208 BTA_DmBleGapExtAdvEnable(TRUE, arg_5->ext_adv_start.num_adv, in btc_gap_ble_call_handler()2214 uint8_t num_adv = arg_5->ext_adv_stop.num_adv; in btc_gap_ble_call_handler() local2215 if(num_adv > 0) { in btc_gap_ble_call_handler()2216 tBTA_DM_BLE_EXT_ADV *ext_adv = osi_malloc(num_adv * sizeof(esp_ble_gap_ext_adv_t)); in btc_gap_ble_call_handler()2218 for (uint8_t i = 0; i < num_adv; i++) { in btc_gap_ble_call_handler()[all …]
1203 esp_err_t esp_ble_gap_ext_adv_start(uint8_t num_adv, const esp_ble_gap_ext_adv_t *ext_adv) in esp_ble_gap_ext_adv_start() argument1214 arg.ext_adv_start.num_adv = num_adv; in esp_ble_gap_ext_adv_start()1221 esp_err_t esp_ble_gap_ext_adv_stop(uint8_t num_adv, const uint8_t *ext_adv_inst) in esp_ble_gap_ext_adv_stop() argument1231 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()
2357 esp_err_t esp_ble_gap_ext_adv_start(uint8_t num_adv, const esp_ble_gap_ext_adv_t *ext_adv);2370 esp_err_t esp_ble_gap_ext_adv_stop(uint8_t num_adv, const uint8_t *ext_adv_inst);