Searched refs:num_adv (Results 1 – 4 of 4) sorted by relevance
1280 … 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()1283 src->ext_adv_start.num_adv*sizeof(esp_ble_gap_ext_adv_t)); in btc_gap_ble_arg_deep_copy()1293 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()1296 src->ext_adv_stop.num_adv * sizeof(uint8_t)); in btc_gap_ble_arg_deep_copy()1689 for (int k = 0; k < arg_5->ext_adv_start.num_adv; k++) { in btc_gap_ble_call_handler()1693 BTA_DmBleGapExtAdvEnable(TRUE, arg_5->ext_adv_start.num_adv, in btc_gap_ble_call_handler()1699 uint8_t num_adv = arg_5->ext_adv_stop.num_adv; in btc_gap_ble_call_handler() local1700 if(num_adv > 0) { in btc_gap_ble_call_handler()1701 tBTA_DM_BLE_EXT_ADV *ext_adv = osi_malloc(num_adv * sizeof(esp_ble_gap_ext_adv_t)); in btc_gap_ble_call_handler()1703 for (uint8_t i = 0; i < num_adv; i++) { in btc_gap_ble_call_handler()[all …]
271 uint8_t num_adv; member276 uint8_t num_adv; member
917 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() argument928 arg.ext_adv_start.num_adv = num_adv; in esp_ble_gap_ext_adv_start()935 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() argument945 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()
1943 esp_err_t esp_ble_gap_ext_adv_start(uint8_t num_adv, const esp_ble_gap_ext_adv_t *ext_adv);1956 esp_err_t esp_ble_gap_ext_adv_stop(uint8_t num_adv, const uint8_t *ext_adv_inst);