Searched refs:ext_adv_start (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 857 param.ext_adv_start.status = btc_btm_status_to_esp_status(params->adv_start.status); in btc_ble_5_gap_callback() 1279 if (src->ext_adv_start.ext_adv) { in btc_gap_ble_arg_deep_copy() 1280 … 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() 1281 if (dst->ext_adv_start.ext_adv) { in btc_gap_ble_arg_deep_copy() 1282 memcpy(dst->ext_adv_start.ext_adv, src->ext_adv_start.ext_adv, 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() 1383 esp_ble_gap_ext_adv_t *value = ((btc_ble_5_gap_args_t *)msg->arg)->ext_adv_start.ext_adv; in btc_gap_ble_arg_deep_free() 1689 for (int k = 0; k < arg_5->ext_adv_start.num_adv; k++) { in btc_gap_ble_call_handler() 1690 …_handle[%d] = %d, duration[%d] = %d, max_adv_evt[%d] = %d", k, arg_5->ext_adv_start.ext_adv[k].ins… in btc_gap_ble_call_handler() 1691 arg_5->ext_adv_start.ext_adv[k].duration, k, arg_5->ext_adv_start.ext_adv[k].max_events); in btc_gap_ble_call_handler() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/ |
D | periodic_adv_demo.c | 119 …ESP_LOGI(LOG_TAG, "ESP_GAP_BLE_EXT_ADV_START_COMPLETE_EVT, status %d", param->ext_adv_start.status… in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/ |
D | multi_adv_demo.c | 177 …ESP_LOGI(LOG_TAG, "ESP_GAP_BLE_EXT_ADV_START_COMPLETE_EVT, status %d", param->ext_adv_start.status… in gap_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 273 } ext_adv_start; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 928 arg.ext_adv_start.num_adv = num_adv; in esp_ble_gap_ext_adv_start() 929 arg.ext_adv_start.ext_adv = (esp_ble_gap_ext_adv_t *)ext_adv; in esp_ble_gap_ext_adv_start()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1121 …} ext_adv_start; /*!< Event parameter of ESP_GAP_BLE_EXT_ADV_START_… member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/ |
D | Periodic_adv_Example_Walkthrough.md | 266 …SP_LOGI(LOG_TAG, "ESP_GAP_BLE_EXT_ADV_START_COMPLETE_EVT, status %d", param->ext_adv_start.status);
|