Home
last modified time | relevance | path

Searched defs:remote_bdaddr (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_interface.cpp143 const bt_bdaddr_t& remote_bdaddr, in NotifyAclStateChangedCallback()
/system/bt/btif/src/
Dbtif_dm.c414 bt_bdaddr_t remote_bdaddr; in check_cached_remote_name() local
435 static uint32_t get_cod(const bt_bdaddr_t *remote_bdaddr) { in get_cod()
451 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) in check_cod()
456 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr) in check_cod_hid()
461 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr) in check_hid_le()
494 BOOLEAN check_sdp_bl(const bt_bdaddr_t *remote_bdaddr) in check_sdp_bl()
/system/bt/stack/l2cap/
Dl2cap_client.c131 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) { in l2cap_client_connect()
/system/bt/service/
Dadapter.cpp301 const bt_bdaddr_t& remote_bdaddr, in AclStateChangedCallback()