Searched defs:remote_bdaddr (Results 1 – 5 of 5) 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() 47 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() 51 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl()
|
/system/bt/test/mock/ |
D | mock_btif_dm.cc | 44 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() 48 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() 52 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl()
|
/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()
|
/system/bt/service/ |
D | adapter.cc | 609 RawAddress* remote_bdaddr, in RemoteDevicePropertiesCallback() 663 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback() 676 void BondStateChangedCallback(bt_status_t status, RawAddress* remote_bdaddr, in BondStateChangedCallback() 687 const RawAddress& remote_bdaddr, in AclStateChangedCallback()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 375 static uint32_t get_cod(const RawAddress* remote_bdaddr) { in get_cod() 391 bool check_cod(const RawAddress* remote_bdaddr, uint32_t cod) { in check_cod() 395 bool check_cod_hid(const RawAddress* remote_bdaddr) { in check_cod_hid() 410 bool check_sdp_bl(const RawAddress* remote_bdaddr) { in check_sdp_bl()
|