Home
last modified time | relevance | path

Searched refs:BTM_SUCCESS_NO_SECURITY (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_status.h44 BTM_SUCCESS_NO_SECURITY, /* 17 security passed, no security set */ enumerator
88 CASE_RETURN_TEXT(BTM_SUCCESS_NO_SECURITY); in btm_status_text()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc928 return BTM_SUCCESS_NO_SECURITY; in bta_dm_sirk_verifiction_cback()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc199 if (status == BTM_SUCCESS_NO_SECURITY) { in l2c_link_sec_comp()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc1245 if (callback_rc == BTM_SUCCESS_NO_SECURITY) { in smp_sirk_verify()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc1292 if ((res == BTM_SUCCESS) || (res == BTM_SUCCESS_NO_SECURITY)) { in BTM_ConfirmReqReply()
1805 (*p_callback)(bd_addr, transport, p_ref_data, BTM_SUCCESS_NO_SECURITY); in btm_sec_l2cap_access_req()