Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.cc476 smp_int_data.status = SMP_OOB_FAIL; in SMP_OobDataReply()
509 smp_int_data.status = SMP_OOB_FAIL; in SMP_SecureConnectionOobDataReply()
544 smp_int_data.status = SMP_OOB_FAIL; in SMP_SecureConnectionOobDataReply()
/system/bt/stack/include/
Dsmp_api_types.h103 SMP_OOB_FAIL = 0x02, enumerator
/system/bt/stack/btm/
Dbtm_ble.cc315 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()