/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_inq.h | 86 std::function<tBTM_STATUS(const RawAddress* p_bda)> body{ 88 tBTM_STATUS operator()(const RawAddress* p_bda) { return body(p_bda); }; in operator() 189 std::function<tBTM_INQ_INFO*(const RawAddress& p_bda)> body{ 191 tBTM_INQ_INFO* operator()(const RawAddress& p_bda) { return body(p_bda); }; in operator() 306 std::function<void(const RawAddress* p_bda)> body{ 308 void operator()(const RawAddress* p_bda) { body(p_bda); }; in operator() 326 std::function<tINQ_DB_ENT*(const RawAddress& p_bda)> body{ 328 tINQ_DB_ENT* operator()(const RawAddress& p_bda) { return body(p_bda); }; in operator() 337 std::function<tINQ_DB_ENT*(const RawAddress& p_bda, bool is_ble)> body{ 341 tINQ_DB_ENT* operator()(const RawAddress& p_bda, bool is_ble) { return body(p_bda, is_ble); }; in operator() [all …]
|
D | mock_stack_btm_inq.cc | 117 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() argument 119 return test::mock::stack_btm_inq::BTM_ClearInqDb(p_bda); in BTM_ClearInqDb() 155 tBTM_INQ_INFO* BTM_InqDbRead(const RawAddress& p_bda) { in BTM_InqDbRead() argument 157 return test::mock::stack_btm_inq::BTM_InqDbRead(p_bda); in BTM_InqDbRead() 200 void btm_clr_inq_db(const RawAddress* p_bda) { in btm_clr_inq_db() argument 202 test::mock::stack_btm_inq::btm_clr_inq_db(p_bda); in btm_clr_inq_db() 208 tINQ_DB_ENT* btm_inq_db_find(const RawAddress& p_bda) { in btm_inq_db_find() argument 210 return test::mock::stack_btm_inq::btm_inq_db_find(p_bda); in btm_inq_db_find() 212 tINQ_DB_ENT* btm_inq_db_new(const RawAddress& p_bda, bool is_ble) { in btm_inq_db_new() argument 214 return test::mock::stack_btm_inq::btm_inq_db_new(p_bda, is_ble); in btm_inq_db_new() [all …]
|
D | mock_stack_btm_sec.h | 715 std::function<void(const RawAddress& p_bda, const Octet16& link_key, 719 void operator()(const RawAddress& p_bda, const Octet16& link_key, in operator() 721 body(p_bda, link_key, key_type); in operator()
|
D | mock_stack_btm_sec.cc | 392 void btm_sec_link_key_notification(const RawAddress& p_bda, in btm_sec_link_key_notification() argument 395 test::mock::stack_btm_sec::btm_sec_link_key_notification(p_bda, link_key, in btm_sec_link_key_notification()
|
/packages/modules/Bluetooth/system/stack/pan/ |
D | pan_utils.cc | 181 tPAN_CONN* pan_allocate_pcb(const RawAddress& p_bda, uint16_t handle) { in pan_allocate_pcb() argument 192 pan_cb.pcb[i].rem_bda == p_bda) in pan_allocate_pcb() 199 pan_cb.pcb[i].rem_bda = p_bda; in pan_allocate_pcb() 237 tPAN_CONN* pan_get_pcb_by_addr(const RawAddress& p_bda) { in pan_get_pcb_by_addr() argument 243 if (pan_cb.pcb[i].rem_bda == p_bda) return &(pan_cb.pcb[i]); in pan_get_pcb_by_addr()
|
D | pan_int.h | 113 void pan_conn_ind_cb(uint16_t handle, const RawAddress& p_bda, 130 tPAN_CONN* pan_allocate_pcb(const RawAddress& p_bda, uint16_t handle); 132 tPAN_CONN* pan_get_pcb_by_addr(const RawAddress& p_bda);
|
D | pan_main.cc | 95 void pan_conn_ind_cb(uint16_t handle, const RawAddress& p_bda, in pan_conn_ind_cb() argument 247 pcb = pan_allocate_pcb(p_bda, handle); in pan_conn_ind_cb()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_dm_inq_db_test.cc | 50 void btm_clr_inq_db(const RawAddress* p_bda); 158 RawAddress p_bda = in allocate_db_entry() local 160 tINQ_DB_ENT* ent = btm_inq_db_new(p_bda); in allocate_db_entry() 203 RawAddress p_bda = RawAddressMaker(data->thread_id, data->offset); in check_address() local 205 ASSERT_FALSE(btm_inq_find_bdaddr(p_bda)); in check_address()
|
D | stack_btm_power_mode_test.cc | 63 [](const RawAddress& p_bda, tBTM_PM_STATUS status, in SetUp() 67 .bd_addr = p_bda, in SetUp()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 2795 RawAddress& p_bda = evt_data.cfm_req.bd_addr; in btm_proc_sp_req_evt() local 2798 p_bda = bda; in btm_proc_sp_req_evt() 2799 log::debug("BDA:{}, event:{}, state:{}", p_bda, sp_evt_to_text(event), in btm_proc_sp_req_evt() 2802 p_dev_rec = btm_find_dev(p_bda); in btm_proc_sp_req_evt() 2805 (btm_sec_cb.pairing_bda == p_bda)) { in btm_proc_sp_req_evt() 2828 BTM_ConfirmReqReply(status, p_bda); in btm_proc_sp_req_evt() 2890 BTM_ConfirmReqReply(status, p_bda); in btm_proc_sp_req_evt() 2893 BTM_PasskeyReqReply(status, p_bda, 0); in btm_proc_sp_req_evt() 2902 btsnd_hcic_user_conf_reply(p_bda, false); in btm_proc_sp_req_evt() 2911 p_dev_rec = btm_find_dev(p_bda); in btm_proc_sp_req_evt() [all …]
|
D | btm_inq.cc | 236 static void btm_clr_inq_db(const RawAddress* p_bda); 899 tBTM_INQ_INFO* BTM_InqDbRead(const RawAddress& p_bda) { in BTM_InqDbRead() argument 900 tINQ_DB_ENT* p_ent = btm_inq_db_find(p_bda); in BTM_InqDbRead() 975 tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda) { in BTM_ClearInqDb() argument 979 btm_clr_inq_db(p_bda); in BTM_ClearInqDb() 1095 void btm_clr_inq_db(const RawAddress* p_bda) { in btm_clr_inq_db() argument 1107 if (p_bda == NULL || (p_ent->inq_info.results.remote_bd_addr == *p_bda)) { in btm_clr_inq_db() 1161 bool btm_inq_find_bdaddr(const RawAddress& p_bda) { in btm_inq_find_bdaddr() argument 1170 if (p_db->bd_addr == p_bda && in btm_inq_find_bdaddr() 1177 p_db->bd_addr = p_bda; in btm_inq_find_bdaddr() [all …]
|
D | neighbor_inquiry.h | 296 bool btm_inq_find_bdaddr(const RawAddress& p_bda); 297 tINQ_DB_ENT* btm_inq_db_find(const RawAddress& p_bda);
|
D | power_mode.h | 121 typedef void(tBTM_PM_STATUS_CBACK)(const RawAddress& p_bda,
|
D | btm_sec.h | 656 void btm_sec_link_key_notification(const RawAddress& p_bda,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sec_hci_link_interface.h | 43 void btm_sec_link_key_notification(const RawAddress& p_bda, 46 void btm_sec_pin_code_request(const RawAddress p_bda);
|
D | btm_api.h | 385 [[nodiscard]] tBTM_INQ_INFO* BTM_InqDbRead(const RawAddress& p_bda); 428 [[nodiscard]] tBTM_STATUS BTM_ClearInqDb(const RawAddress* p_bda);
|
D | l2cap_security_interface.h | 32 void l2cu_resubmit_pending_sec_req(const RawAddress* p_bda);
|
D | inq_hci_link_interface.h | 33 tINQ_DB_ENT* btm_inq_db_new(const RawAddress& p_bda, bool is_ble);
|
D | btm_client_interface.h | 174 [[nodiscard]] tBTM_INQ_INFO* (*BTM_InqDbRead)(const RawAddress& p_bda); 177 [[nodiscard]] tBTM_STATUS (*BTM_ClearInqDb)(const RawAddress* p_bda);
|
D | l2cap_acl_interface.h | 43 void l2cu_resubmit_pending_sec_req(const RawAddress* p_bda);
|
D | l2cap_hci_link_interface.h | 55 void l2cu_resubmit_pending_sec_req(const RawAddress* p_bda);
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_int.h | 175 tBNEP_CONN* bnepu_find_bcb_by_bd_addr(const RawAddress& p_bda); 188 tBNEP_CONN* bnepu_get_route_to_dest(uint8_t* p_bda);
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_link.cc | 68 const RawAddress& p_bda) { in l2c_link_hci_conn_comp() argument 75 ci.bd_addr = p_bda; in l2c_link_hci_conn_comp() 189 void l2c_link_sec_comp(RawAddress p_bda, tBT_TRANSPORT transport, in l2c_link_sec_comp() argument 197 p_bda, bt_transport_text(transport)); in l2c_link_sec_comp() 205 ci.bd_addr = p_bda; in l2c_link_sec_comp() 207 p_lcb = l2cu_find_lcb_by_bd_addr(p_bda, transport); in l2c_link_sec_comp()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 160 void add(const RawAddress& p_bda); 161 bool find(const RawAddress& p_bda);
|
D | le_scanning_manager.cc | 821 void BleScannerInterfaceImpl::AddressCache::add(const RawAddress& p_bda) { in add() argument 828 remote_bdaddr_cache_.insert(p_bda); in add() 829 remote_bdaddr_cache_ordered_.push(p_bda); in add() 832 bool BleScannerInterfaceImpl::AddressCache::find(const RawAddress& p_bda) { in find() argument 833 return (remote_bdaddr_cache_.find(p_bda) != remote_bdaddr_cache_.end()); in find()
|