Home
last modified time | relevance | path

Searched refs:adv_start_cmpl (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c305 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
306 …LOGE(GATTS_TABLE_TAG, "advertising start failed, error status = %x", param->adv_start_cmpl.status); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c92 if ((err = param->adv_start_cmpl.status) != ESP_BT_STATUS_SUCCESS) { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c66 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in ble_gap_event_default_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c264 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
265 …SP_LOGE(BLE_ANCS_TAG, "advertising start failed, error status = %x", param->adv_start_cmpl.status); in gap_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c357 if (param->adv_start_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.c254 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c477 if((err = param->adv_start_cmpl.status) != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c311 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md243 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) {
302 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c254 if (param->adv_start_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.h960 …} adv_start_cmpl; /*!< Event parameter of ESP_GAP_BLE_ADV_START_COMP… member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c167 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c217 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c234 if (param->adv_start_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.c401 param.adv_start_cmpl.status = btc_hci_to_esp_status(status); in btc_start_adv_callback()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md383 if (param->adv_start_cmpl.status != ESP_BT_STATUS_SUCCESS) {