Home
last modified time | relevance | path

Searched refs:SMP_UNKNOWN_IO_CAP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h91 #define SMP_UNKNOWN_IO_CAP (SMP_MAX_FAIL_RSN_PER_SPEC + 0x02) /* 0x10 */ macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h691 #define BTA_DM_AUTH_SMP_UNKNOWN_IO (BTA_DM_AUTH_FAIL_BASE + SMP_UNKNOWN_IO_CAP)
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1348 UINT8 failure = SMP_UNKNOWN_IO_CAP; in smp_decide_association_model()