Searched defs:p_bd_addr (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 112 uint16_t L2CA_ConnectReqWithSecurity(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectReqWithSecurity() 117 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& p_bd_addr) { in L2CA_ConnectReq() 130 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg, in L2CA_ConnectLECocReq() 139 bool L2CA_ConnectCreditBasedRsp(const RawAddress& p_bd_addr, uint8_t id, in L2CA_ConnectCreditBasedRsp() 146 std::vector<uint16_t> L2CA_ConnectCreditBasedReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectCreditBasedReq()
|
D | mock_stack_sdp_api.cc | 95 bool SDP_ServiceSearchAttributeRequest(const RawAddress& p_bd_addr, tSDP_DISCOVERY_DB* p_db, in SDP_ServiceSearchAttributeRequest() 101 const RawAddress& p_bd_addr, tSDP_DISCOVERY_DB* p_db, in SDP_ServiceSearchAttributeRequest2() 107 bool SDP_ServiceSearchRequest(const RawAddress& p_bd_addr, tSDP_DISCOVERY_DB* p_db, in SDP_ServiceSearchRequest()
|
D | mock_stack_btm_sec.cc | 379 void btm_sec_rmt_name_request_complete(const RawAddress* p_bd_addr, const uint8_t* p_bd_name, in btm_sec_rmt_name_request_complete()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2cap_api.cc | 51 const RawAddress& p_bd_addr) { in L2CA_ConnectReq() 56 uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in L2CA_ConnectReqWithSecurity() 71 uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg, uint16_t sec_level) { in L2CA_ConnectLECocReq() 91 uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ConnectCreditBasedReq() 96 const RawAddress& p_bd_addr, uint8_t id, std::vector<uint16_t>& accepted_lcids, in L2CA_ConnectCreditBasedRsp()
|
D | l2c_api.cc | 281 uint16_t L2CA_ConnectReqWithSecurity(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectReqWithSecurity() 300 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& p_bd_addr) { in L2CA_ConnectReq() 496 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg, in L2CA_ConnectLECocReq() 646 bool L2CA_ConnectCreditBasedRsp(const RawAddress& p_bd_addr, uint8_t id, in L2CA_ConnectCreditBasedRsp() 720 std::vector<uint16_t> L2CA_ConnectCreditBasedReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectCreditBasedReq()
|
D | l2c_utils.cc | 70 tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding, tBT_TRANSPORT transport) { in l2cu_allocate_lcb() 132 void l2cu_update_lcb_4_bonding(const RawAddress& p_bd_addr, bool is_bonding) { in l2cu_update_lcb_4_bonding() 250 tL2C_LCB* l2cu_find_lcb_by_bd_addr(const RawAddress& p_bd_addr, tBT_TRANSPORT transport) { in l2cu_find_lcb_by_bd_addr()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_adv_filter.cc | 227 static bool btm_ble_dealloc_addr_filter_counter(tBLE_BD_ADDR* p_bd_addr, uint8_t filter_type) { in btm_ble_dealloc_addr_filter_counter() 261 tBLE_BD_ADDR* p_bd_addr, uint8_t num_available) { in btm_ble_cs_update_pf_counter()
|
D | btm_sec.cc | 2102 static void call_registered_rmt_name_callbacks(const RawAddress* p_bd_addr, in call_registered_rmt_name_callbacks() 2141 tBTM_SEC_DEV_REC* btm_rnr_add_name_to_security_record(const RawAddress* p_bd_addr, in btm_rnr_add_name_to_security_record() 2217 void btm_sec_rmt_name_request_complete(const RawAddress* p_bd_addr, const uint8_t* p_bd_name, in btm_sec_rmt_name_request_complete()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | bnep_fuzzer.cc | 66 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeBtStack()
|
D | avrc_fuzzer.cc | 74 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeBtStack()
|
D | sdp_fuzzer.cc | 81 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeL2cap()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 552 const RawAddress* p_bd_addr = GAP_ConnGetRemoteAddr((uint16_t)jv_handle); in bta_jv_alloc_set_pm_profile_cb() local
|