Home
last modified time | relevance | path

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/
Dexample_ble_sec_gatts_demo.c372 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/
Dexample_ble_sec_gattc_demo.c363 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/
Dble50_sec_gattc_demo.c404 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/
DGatt_Security_Client_Example_Walkthrough.md44 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/
Dble_ancs_demo.c305 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/
Dble50_sec_gatts_demo.c335 …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/
Dble50_security_client_Example_Walkthrough.md70 if (param->local_privacy_cmpl.status != ESP_BT_STATUS_SUCCESS){
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1014 …} 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/
Dbtc_gap_ble.c766 param.local_privacy_cmpl.status = btc_btm_status_to_esp_status(status); in btc_set_local_privacy_callback()