Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1017 param.ext_adv_stop.status = btc_btm_status_to_esp_status(params->adv_start.status); in btc_ble_5_gap_callback()
1019 param.ext_adv_stop.instance[i] = params->adv_start.instance[i]; in btc_ble_5_gap_callback()
1021 param.ext_adv_stop.instance_num = params->adv_start.instance_num; in btc_ble_5_gap_callback()
1730 if (src->ext_adv_stop.ext_adv_inst) { 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()
1732 if (dst->ext_adv_stop.ext_adv_inst) { in btc_gap_ble_arg_deep_copy()
1733 memcpy(dst->ext_adv_stop.ext_adv_inst, src->ext_adv_stop.ext_adv_inst, in btc_gap_ble_arg_deep_copy()
1734 src->ext_adv_stop.num_adv * sizeof(uint8_t)); in btc_gap_ble_arg_deep_copy()
1867 uint8_t *value = ((btc_ble_5_gap_args_t *)msg->arg)->ext_adv_stop.ext_adv_inst; in btc_gap_ble_arg_deep_free()
2214 uint8_t num_adv = arg_5->ext_adv_stop.num_adv; in btc_gap_ble_call_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h335 } ext_adv_stop; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1231 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()
1232 arg.ext_adv_stop.ext_adv_inst = (uint8_t *)ext_adv_inst; in esp_ble_gap_ext_adv_stop()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1337 …} ext_adv_stop; /*!< Event parameter of ESP_GAP_BLE_EXT_ADV_STOP_C… member