Home
last modified time | relevance | path

Searched refs:ToAddressWithType (Results 1 – 4 of 4) sorted by relevance

/system/bt/main/shim/
Dbtif_dm.cc155 hci::AddressWithType address = ToAddressWithType(bd_addr, 0); in BTIF_DM_ssp_reply()
156 hci::AddressWithType address2 = ToAddressWithType(bd_addr, 1); in BTIF_DM_ssp_reply()
185 hci::AddressWithType address = ToAddressWithType(bd_addr, 0); in BTIF_DM_pin_reply()
186 hci::AddressWithType address2 = ToAddressWithType(bd_addr, 1); in BTIF_DM_pin_reply()
Dhelpers.h46 inline hci::AddressWithType ToAddressWithType(const RawAddress& legacy_address, in ToAddressWithType() function
Dl2c_api.cc373 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_ConnectFixedChnl()
406 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_SendFixedChnlData()
420 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_RemoveFixedChnl()
Dbtm.cc772 security_manager->CreateBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CreateBond()
775 security_manager->CreateBondLe(ToAddressWithType(bd_addr, addr_type)); in CreateBond()
785 security_manager->CancelBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CancelBond()
792 security_manager->RemoveBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in RemoveBond()