Home
last modified time | relevance | path

Searched refs:remote_bdaddr (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/test/common/
Dmock_btif_dm.cc43 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/
Dmock_btif_dm.cc44 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/
Dadapter.cc609 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/
Dfake_bluetooth_interface.cc145 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()
Dfake_bluetooth_interface.h59 const RawAddress& remote_bdaddr,
Dbluetooth_interface.h74 const RawAddress& remote_bdaddr,
/system/bt/btif/src/
Dbtif_dm.cc375 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()
Dbtif_hd.cc55 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_hh.cc115 extern bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod);
116 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_rc.cc386 extern bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);