Home
last modified time | relevance | path

Searched refs:BTM_SecIsSecurityPending (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc126 .BTM_SecIsSecurityPending = BTM_SecIsSecurityPending,
Dbtm_sec.h296 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr);
Dbtm_sec.cc1138 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending() function
/system/bt/test/mock/
Dmock_stack_btm_sec.cc101 bool BTM_SecIsSecurityPending(const RawAddress& bd_addr) { in BTM_SecIsSecurityPending() function
/system/bt/stack/include/
Dbtm_client_interface.h155 bool (*BTM_SecIsSecurityPending)(const RawAddress& bd_addr); member
/system/bt/bta/hearing_aid/
Dhearing_aid.cc409 if (BTM_SecIsSecurityPending(address)) { in OnGattConnected()
/system/bt/bta/hh/
Dbta_hh_le.cc1053 if (BTM_SecIsSecurityPending(p_cb->addr)) { in bta_hh_start_security()