Home
last modified time | relevance | path

Searched refs:adv_stop_cmpl (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c131 if ((err = param->adv_stop_cmpl.status) != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c390 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
391 ESP_LOGE(GATTC_TAG, "adv stop failed, error status = %x", param->adv_stop_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c430 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
431 ESP_LOGE(GATTC_TAG, "adv stop failed, error status = %x", param->adv_stop_cmpl.status); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c72 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in ble_gap_event_default_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c362 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c261 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c271 if ((err = param->adv_stop_cmpl.status) != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c318 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c259 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h981 …} adv_stop_cmpl; /*!< Event parameter of ESP_GAP_BLE_ADV_STOP_COMPL… member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c174 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c222 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c843 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c240 if (param->adv_stop_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c420 param.adv_stop_cmpl.status = btc_hci_to_esp_status(status); in btc_stop_adv_callback()