Searched refs:tBTM_APPL_INFO (Results 1 – 9 of 9) sorted by relevance
80 struct tBTM_APPL_INFO { struct95 bool (*BTM_SecRegister)(const tBTM_APPL_INFO* p_cb_info);
50 tBTM_APPL_INFO api;
56 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info);
394 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info) { in BTM_SecRegister()
80 [](const tBTM_APPL_INFO* p_cb_info) -> bool { return true; }; in SetUp()
320 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()
123 .BTM_SecRegister = [](const tBTM_APPL_INFO* /* p_cb_info */) -> bool { in __anon9b56c4fb2202() argument
238 bool BTM_SecRegister(const tBTM_APPL_INFO* p_cb_info) { in BTM_SecRegister()
63 const tBTM_APPL_INFO bta_security = {