Home
last modified time | relevance | path

Searched refs:SMP_OOB_FAIL (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c426 UINT8 failure = SMP_OOB_FAIL; in SMP_OobDataReply()
466 UINT8 failure = SMP_OOB_FAIL; in SMP_SecureConnectionOobDataReply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h72 #define SMP_OOB_FAIL 0x02 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h703 #define BTA_DM_AUTH_SMP_OOB_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_OOB_FAIL)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c485 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()