Home
last modified time | relevance | path

Searched refs:remote_bdaddr (Results 1 – 10 of 10) 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.cc142 bt_status_t status, const RawAddress& remote_bdaddr, bt_acl_state_t state) { in NotifyAclStateChangedCallback() argument
144 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/stack/include/
Dl2cap_client.h63 const RawAddress& remote_bdaddr, uint16_t psm);
/system/bt/stack/l2cap/
Dl2cap_client.cc129 const RawAddress& remote_bdaddr, uint16_t psm) { in l2cap_client_connect() argument
132 CHECK(!remote_bdaddr.IsEmpty()); in l2cap_client_connect()
138 client->local_channel_id = L2CA_ConnectReq(psm, remote_bdaddr); in l2cap_client_connect()
/system/bt/btif/src/
Dbtif_dm.cc410 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() argument
418 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod()
426 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() argument
427 return get_cod(remote_bdaddr) == cod; in check_cod()
430 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() argument
431 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR; in check_cod_hid()
434 bool check_hid_le(const RawAddress* remote_bdaddr) { in check_hid_le() argument
442 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in check_hid_le()
444 if (btif_config_exist(remote_bdaddr->ToString().c_str(), "HidAppId")) in check_hid_le()
462 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.cc145 extern bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod);
147 extern bool check_cod_hid(const RawAddress* remote_bdaddr);
Dbtif_rc.cc356 extern bool check_cod(const RawAddress& remote_bdaddr, uint32_t cod);