Searched refs:ext_adv_inst (Results 1 – 4 of 4) sorted by relevance
334 uint8_t *ext_adv_inst; member
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()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()2219 ext_adv[i].instance = arg_5->ext_adv_stop.ext_adv_inst[i]; in btc_gap_ble_call_handler()
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() argument1232 arg.ext_adv_stop.ext_adv_inst = (uint8_t *)ext_adv_inst; in esp_ble_gap_ext_adv_stop()
2370 esp_err_t esp_ble_gap_ext_adv_stop(uint8_t num_adv, const uint8_t *ext_adv_inst);