Home
last modified time | relevance | path

Searched refs:tBTM_APPL_INFO (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dsecurity_client_callbacks.h80 struct tBTM_APPL_INFO { struct
95 bool (*BTM_SecRegister)(const tBTM_APPL_INFO* p_cb_info);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.h50 tBTM_APPL_INFO api;
Dbtm_sec.h56 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info);
Dbtm_sec.cc394 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info) { in BTM_SecRegister()
/packages/modules/Bluetooth/system/bta/test/
Dbta_test_fixtures.h80 [](const tBTM_APPL_INFO* p_cb_info) -> bool { return true; }; in SetUp()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.h320 std::function<bool(const tBTM_APPL_INFO* p_cb_info)> body{
321 [](const tBTM_APPL_INFO* /* p_cb_info */) { return return_value; }};
322 bool operator()(const tBTM_APPL_INFO* p_cb_info) { return body(p_cb_info); }; in operator()
Dmock_stack_btm_interface.cc123 .BTM_SecRegister = [](const tBTM_APPL_INFO* /* p_cb_info */) -> bool { in __anon9b56c4fb2202() argument
Dmock_stack_btm_sec.cc238 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info) { in BTM_SecRegister()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc63 const tBTM_APPL_INFO bta_security = {