Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1292 if (src->ext_adv_stop.ext_adv_inst) { 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()
1294 if (dst->ext_adv_stop.ext_adv_inst) { in btc_gap_ble_arg_deep_copy()
1295 memcpy(dst->ext_adv_stop.ext_adv_inst, src->ext_adv_stop.ext_adv_inst, in btc_gap_ble_arg_deep_copy()
1390 uint8_t *value = ((btc_ble_5_gap_args_t *)msg->arg)->ext_adv_stop.ext_adv_inst; in btc_gap_ble_arg_deep_free()
1704 ext_adv[i].instance = arg_5->ext_adv_stop.ext_adv_inst[i]; in btc_gap_ble_call_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h277 uint8_t *ext_adv_inst; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c935 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
946 arg.ext_adv_stop.ext_adv_inst = (uint8_t *)ext_adv_inst; in esp_ble_gap_ext_adv_stop()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1956 esp_err_t esp_ble_gap_ext_adv_stop(uint8_t num_adv, const uint8_t *ext_adv_inst);