Searched refs:local_privacy_cmpl (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 372 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){ in gap_event_handler() 373 …TTS_TABLE_TAG, "config local privacy failed, error status = %x", param->local_privacy_cmpl.status); in gap_event_handler()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 363 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb() 364 …P_LOGE(GATTC_TAG, "config local privacy failed, error code =%x", param->local_privacy_cmpl.status); in esp_gap_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 404 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){ in esp_gap_cb() 405 …P_LOGE(GATTC_TAG, "config local privacy failed, error code =%x", param->local_privacy_cmpl.status); in esp_gap_cb()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 44 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){ 45 …P_LOGE(GATTC_TAG, "config local privacy failed, error code =%x", param->local_privacy_cmpl.status);
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 305 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS) { in gap_event_handler() 306 …(BLE_ANCS_TAG, "config local privacy failed, error status = %x", param->local_privacy_cmpl.status); in gap_event_handler()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 335 …E_TAG, "ESP_GAP_BLE_SET_LOCAL_PRIVACY_COMPLETE_EVT, tatus = %x", param->local_privacy_cmpl.status); in gap_event_handler()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/ |
D | ble50_security_client_Example_Walkthrough.md | 70 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1014 …} local_privacy_cmpl; /*!< Event parameter of ESP_GAP_BLE_SET_LOCAL_PRIV… member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 766 param.local_privacy_cmpl.status = btc_btm_status_to_esp_status(status); in btc_set_local_privacy_callback()
|