Home
last modified time | relevance | path

Searched defs:bdaddr (Results 1 – 12 of 12) sorted by relevance

/system/bt/profile/avrcp/
Dconnection_handler.cc92 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
122 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
144 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb) { in SdpLookup()
167 bool ConnectionHandler::AvrcpConnect(bool initiator, const RawAddress& bdaddr) { in AvrcpConnect()
379 void ConnectionHandler::SdpCb(const RawAddress& bdaddr, SdpCallback cb, in SdpCb()
Ddevice.cc33 const RawAddress& bdaddr, bool avrcp13_compatibility, in Device()
/system/bt/types/test/
Draw_address_unittest.cc27 RawAddress bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST() local
52 RawAddress bdaddr; in TEST() local
70 RawAddress bdaddr; in TEST() local
/system/bt/btif/avrcp/
Davrcp_service.cc248 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
255 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
268 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
329 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
335 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
410 const RawAddress& bdaddr) { in ConnectDevice()
419 const RawAddress& bdaddr) { in DisconnectDevice()
/system/bt/tools/bdtool/
Dadapter.c83 void bond_state_changed(bt_status_t status, RawAddress* bdaddr, in bond_state_changed()
140 void remote_device_properties(bt_status_t status, RawAddress* bdaddr, in remote_device_properties()
/system/bt/service/
Dgatt_server.h178 RawAddress bdaddr; member
/system/bt/test/suite/adapter/
Dadapter_unittest.cc155 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
/system/bt/btif/src/
Dbtif_dm.cc149 RawAddress bdaddr; /* peer bdaddr */ member
154 RawAddress bdaddr; member
548 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties()
1233 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1252 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
2323 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
2839 RawAddress bdaddr = p_auth_cmpl->bd_addr; in btif_dm_ble_auth_cmpl_evt() local
Dbtif_hh.cc798 RawAddress* bdaddr = &p_data->conn.bda; in btif_hh_upstreams_evt() local
/system/bt/bta/gatt/
Dbta_gatts_act.cc585 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
Dbta_gattc_act.cc1035 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr, in bta_gattc_conn_cback()
/system/bt/stack/btm/
Dbtm_ble.cc1013 const RawAddress& bdaddr, in btm_ble_determine_security_act()