Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.cc606 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/
Dfake_bluetooth_interface.cc143 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()
Dfake_bluetooth_interface.h58 const RawAddress& remote_bdaddr,
Dbluetooth_interface.h74 const RawAddress& remote_bdaddr,
/system/bt/btif/src/
Dbtif_dm.cc462 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 …]
Dbtif_hd.cc58 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_hh.cc141 extern bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod);
143 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_rc.cc384 extern bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);