Searched refs:remote_bdaddr (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_btif_dm.cc | 43 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument 47 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument 51 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument
|
/system/bt/test/mock/ |
D | mock_btif_dm.cc | 44 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument 48 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument 52 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument
|
/system/bt/service/ |
D | adapter.cc | 609 RawAddress* remote_bdaddr, in RemoteDevicePropertiesCallback() argument 612 std::string device_address = BtAddrString(remote_bdaddr); in RemoteDevicePropertiesCallback() 625 std::string address = BtAddrString(remote_bdaddr); in RemoteDevicePropertiesCallback() 663 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback() argument 666 std::string device_address = BtAddrString(remote_bdaddr); in SSPRequestCallback() 676 void BondStateChangedCallback(bt_status_t status, RawAddress* remote_bdaddr, in BondStateChangedCallback() argument 678 std::string device_address = BtAddrString(remote_bdaddr); in BondStateChangedCallback() 687 const RawAddress& remote_bdaddr, in AclStateChangedCallback() argument 690 std::string device_address = BtAddrString(&remote_bdaddr); in AclStateChangedCallback()
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.cc | 145 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state, in NotifyAclStateChangedCallback() argument 148 observer.AclStateChangedCallback(status, remote_bdaddr, state, hci_reason); in NotifyAclStateChangedCallback()
|
D | fake_bluetooth_interface.h | 59 const RawAddress& remote_bdaddr,
|
D | bluetooth_interface.h | 74 const RawAddress& remote_bdaddr,
|
/system/bt/btif/src/ |
D | btif_dm.cc | 375 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() argument 383 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod() 391 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument 392 return get_cod(remote_bdaddr) == cod; in check_cod() 395 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument 396 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid() 410 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl() argument 414 if (remote_bdaddr == NULL) return false; in check_sdp_bl() 420 if (btif_storage_get_remote_device_property(remote_bdaddr, &prop_name) != in check_sdp_bl()
|
D | btif_hd.cc | 55 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
|
D | btif_hh.cc | 115 extern bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod); 116 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
|
D | btif_rc.cc | 386 extern bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);
|