Searched refs:ext_adv_stop (Results 1 – 4 of 4) sorted by relevance
870 param.ext_adv_stop.status = btc_btm_status_to_esp_status(params->adv_start.status); in btc_ble_5_gap_callback()1300 if (src->ext_adv_stop.ext_adv_inst) { in btc_gap_ble_arg_deep_copy()1301 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()1302 if (dst->ext_adv_stop.ext_adv_inst) { in btc_gap_ble_arg_deep_copy()1303 memcpy(dst->ext_adv_stop.ext_adv_inst, src->ext_adv_stop.ext_adv_inst, in btc_gap_ble_arg_deep_copy()1304 src->ext_adv_stop.num_adv * sizeof(uint8_t)); in btc_gap_ble_arg_deep_copy()1398 uint8_t *value = ((btc_ble_5_gap_args_t *)msg->arg)->ext_adv_stop.ext_adv_inst; in btc_gap_ble_arg_deep_free()1707 uint8_t num_adv = arg_5->ext_adv_stop.num_adv; in btc_gap_ble_call_handler()1712 ext_adv[i].instance = arg_5->ext_adv_stop.ext_adv_inst[i]; in btc_gap_ble_call_handler()
278 } ext_adv_stop; member
945 arg.ext_adv_stop.num_adv = num_adv; in esp_ble_gap_ext_adv_stop()946 arg.ext_adv_stop.ext_adv_inst = (uint8_t *)ext_adv_inst; in esp_ble_gap_ext_adv_stop()
1127 …} ext_adv_stop; /*!< Event parameter of ESP_GAP_BLE_EXT_ADV_STOP_C… member