Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc52 struct BTM_PeerSupportsSecureConnections BTM_PeerSupportsSecureConnections; variable
124 bool BTM_PeerSupportsSecureConnections::return_value = false;
190 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections() function
192 return test::mock::stack_btm_sec::BTM_PeerSupportsSecureConnections(bd_addr); in BTM_PeerSupportsSecureConnections()
Dmock_stack_btm_sec.h179 struct BTM_PeerSupportsSecureConnections { struct
185 extern struct BTM_PeerSupportsSecureConnections argument
186 BTM_PeerSupportsSecureConnections;
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h344 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr);
Dbtm_sco.cc631 BTM_PeerSupportsSecureConnections(bd_addr); in btm_send_connect_request()
Dbtm_sec.cc1431 bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr) { in BTM_PeerSupportsSecureConnections() function