Home
last modified time | relevance | path

Searched refs:ESP_GAP_BLE_AUTH_CMPL_EVT (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c144 case ESP_GAP_BLE_AUTH_CMPL_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
DREADME.md22 3.The `gatt_security_client_demo` will receive a `ESP_GAP_BLE_AUTH_CMPL_EVT` once the encryption pr…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/
DREADME.md23 3.The `ble50_sec_gattc_demo` will receive a `ESP_GAP_BLE_AUTH_CMPL_EVT` once the encryption procedu…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/
DGatt_Security_Client_Example_Walkthrough.md104 …ata can be started using the AES-128 engine. This triggers an ``ESP_GAP_BLE_AUTH_CMPL_EVT`` event …
107 case ESP_GAP_BLE_AUTH_CMPL_EVT: {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
DREADME.md21 3. The `gatt_security_client_demo` will receive a `ESP_GAP_BLE_AUTH_CMPL_EVT` once the encryption p…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/
DREADME.md23 3. The `gatt_security_client_demo` will receive a `ESP_GAP_BLE_AUTH_CMPL_EVT` once the encryption p…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md132 …ata can be started using the AES-128 engine. This triggers an ``ESP_GAP_BLE_AUTH_CMPL_EVT`` event …
135 case ESP_GAP_BLE_AUTH_CMPL_EVT: {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c347 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c310 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md151 …ed successfully, the pairing process is done. This triggers an `ESP_GAP_BLE_AUTH_CMPL_EVT` event, …
154 case ESP_GAP_BLE_AUTH_CMPL_EVT: {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md151 …ed successfully, the pairing process is done. This triggers an `ESP_GAP_BLE_AUTH_CMPL_EVT` event, …
154 case ESP_GAP_BLE_AUTH_CMPL_EVT: {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c422 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c465 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c296 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c357 case ESP_GAP_BLE_AUTH_CMPL_EVT: { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c511 case ESP_GAP_BLE_AUTH_CMPL_EVT: in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c514 case ESP_GAP_BLE_AUTH_CMPL_EVT: in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h150ESP_GAP_BLE_AUTH_CMPL_EVT = 8, /* Authentication complete indication. */ enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c747 ble_msg.act = ESP_GAP_BLE_AUTH_CMPL_EVT; in btc_dm_sec_cb_handler()