Home
last modified time | relevance | path

Searched defs:p_bd_addr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc112 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()
Dmock_stack_sdp_api.cc95 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()
Dmock_stack_btm_sec.cc379 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/
Dl2cap_api.cc51 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()
Dl2c_api.cc281 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()
Dl2c_utils.cc70 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/
Dbtm_ble_adv_filter.cc227 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()
Dbtm_sec.cc2102 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/
Dbnep_fuzzer.cc66 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeBtStack()
Davrc_fuzzer.cc74 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeBtStack()
Dsdp_fuzzer.cc81 [](uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in FakeL2cap()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc552 const RawAddress* p_bd_addr = GAP_ConnGetRemoteAddr((uint16_t)jv_handle); in bta_jv_alloc_set_pm_profile_cb() local