Home
last modified time | relevance | path

Searched refs:num_adv (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h328 uint8_t num_adv; member
333 uint8_t num_adv; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1718 … 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() local
2215 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 …]
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1203 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() argument
1214 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() argument
1231 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2357 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);