Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.cc406 smp_int_data.status = SMP_OOB_FAIL; in SMP_OobDataReply()
439 smp_int_data.status = SMP_OOB_FAIL; in SMP_SecureConnectionOobDataReply()
474 smp_int_data.status = SMP_OOB_FAIL; in SMP_SecureConnectionOobDataReply()
/system/bt/stack/include/
Dsmp_api_types.h66 #define SMP_OOB_FAIL 0x02 macro
/system/bt/bta/include/
Dbta_api.h415 #define BTA_DM_AUTH_SMP_OOB_FAIL (BTA_DM_AUTH_FAIL_BASE + SMP_OOB_FAIL)
/system/bt/stack/btm/
Dbtm_ble.cc391 tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_OOB_FAIL; in BTM_BleOobDataReply()