Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1280 … 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() local
1700 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 …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h271 uint8_t num_adv; member
276 uint8_t num_adv; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c917 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
928 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() argument
945 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1943 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);