Searched refs:remote_bdaddr (Results 1 – 8 of 8) sorted by relevance
/system/bt/service/ |
D | adapter.cc | 606 RawAddress* remote_bdaddr, in RemoteDevicePropertiesCallback() argument 609 std::string device_address = BtAddrString(remote_bdaddr); in RemoteDevicePropertiesCallback() 622 std::string address = BtAddrString(remote_bdaddr); in RemoteDevicePropertiesCallback() 660 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback() argument 663 std::string device_address = BtAddrString(remote_bdaddr); in SSPRequestCallback() 673 void BondStateChangedCallback(bt_status_t status, RawAddress* remote_bdaddr, in BondStateChangedCallback() argument 675 std::string device_address = BtAddrString(remote_bdaddr); in BondStateChangedCallback() 684 const RawAddress& remote_bdaddr, in AclStateChangedCallback() argument 686 std::string device_address = BtAddrString(&remote_bdaddr); in AclStateChangedCallback()
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.cc | 143 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state) { in NotifyAclStateChangedCallback() argument 145 observer.AclStateChangedCallback(status, remote_bdaddr, state); in NotifyAclStateChangedCallback()
|
D | fake_bluetooth_interface.h | 58 const RawAddress& remote_bdaddr,
|
D | bluetooth_interface.h | 74 const RawAddress& remote_bdaddr,
|
/system/bt/btif/src/ |
D | btif_dm.cc | 462 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() argument 470 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod() 478 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument 479 return get_cod(remote_bdaddr) == cod; in check_cod() 482 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument 483 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid() 486 bool check_hid_le(const RawAddress* remote_bdaddr) { in check_hid_le() argument 494 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in check_hid_le() 496 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId")) in check_hid_le() 514 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument [all …]
|
D | btif_hd.cc | 58 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
|
D | btif_hh.cc | 141 extern bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod); 143 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
|
D | btif_rc.cc | 384 extern bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);
|