Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc282 RawAddress bdaddr; in TEST_F() local
291 RawAddress bdaddr; in TEST_F() local
301 RawAddress bdaddr; in TEST_F() local
309 RawAddress bdaddr; in TEST_F() local
317 RawAddress bdaddr; in TEST_F() local
326 RawAddress bdaddr; in TEST_F() local
343 RawAddress bdaddr; in TEST_F() local
360 RawAddress bdaddr; in TEST_F() local
377 RawAddress bdaddr; in TEST_F() local
390 RawAddress bdaddr; in TEST_F() local
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java84 void setBipClientStatus(String bdaddr, boolean connected) { in setBipClientStatus()
209 boolean connectDevice(String bdaddr) { in connectDevice()
215 boolean disconnectDevice(String bdaddr) { in disconnectDevice()
221 void setActiveDevice(String bdaddr) { in setActiveDevice()
227 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected()
238 void deviceDisconnected(String bdaddr) { in deviceDisconnected()
249 void sendVolumeChanged(String bdaddr, int volume) { in sendVolumeChanged()
369 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative()
371 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative()
373 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative()
[all …]
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc47 bool IsAbsoluteVolumeEnabled(const RawAddress* bdaddr) { in IsAbsoluteVolumeEnabled()
112 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
144 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
155 void ConnectionHandler::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
174 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb, in SdpLookup()
199 bool ConnectionHandler::AvrcpConnect(bool initiator, const RawAddress& bdaddr) { in AvrcpConnect()
426 void ConnectionHandler::SdpCb(RawAddress bdaddr, SdpCallback cb, in SdpCb()
/packages/modules/Bluetooth/system/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
193 RawAddress bdaddr(mac); in TEST() local
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc115 void SaveControllerVersion(const RawAddress& bdaddr, in SaveControllerVersion()
270 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
277 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
290 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
492 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
499 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
505 void AvrcpService::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
619 const RawAddress& bdaddr) { in ConnectDevice()
628 const RawAddress& bdaddr) { in DisconnectDevice()
637 const RawAddress& bdaddr, bool connected) { in SetBipClientStatus()
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc41 virtual void DeviceConnected(const RawAddress& bdaddr) {} in DeviceConnected()
42 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) {} in DeviceConnected()
43 virtual void DeviceDisconnected(const RawAddress& bdaddr) {} in DeviceDisconnected()
/packages/modules/Bluetooth/system/gd/hci/
Daddress_unittest.cc34 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST() local
59 Address bdaddr; in TEST() local
77 Address bdaddr; in TEST() local
Dcontroller_test.cc403 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc39 static void btif_iot_save_pair_type(const RawAddress& bdaddr, bool is_ble, in btif_iot_save_pair_type()
Dbtif_dm.cc188 RawAddress bdaddr; /* peer bdaddr */ member
334 const RawAddress& bdaddr = inq_res.bd_addr; in get_asha_service_data() local
657 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties()
1382 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1423 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
2689 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c86 void bond_state_changed(bt_status_t status, RawAddress* bdaddr, in bond_state_changed()
143 void remote_device_properties(bt_status_t status, RawAddress* bdaddr, in remote_device_properties()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp170 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
174 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
178 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
376 RawAddress bdaddr; in connectDeviceNative() local
395 RawAddress bdaddr; in disconnectDeviceNative() local
938 RawAddress bdaddr; in sendVolumeChangedNative() local
968 RawAddress bdaddr; in setBipClientStatusNative() local
Dcom_android_bluetooth_btservice_AdapterService.cpp1981 RawAddress bdaddr; in interopMatchAddrNative() local
2049 RawAddress bdaddr; in interopMatchAddrOrNameNative() local
2094 RawAddress bdaddr; in interopDatabaseAddRemoveAddrNative() local
2159 RawAddress bdaddr; in getRemotePbapPceVersionNative() local
/packages/modules/Bluetooth/system/test/suite/adapter/
Dadapter_unittest.cc157 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_api.cc76 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, uint16_t version) { in AVRC_SaveControllerVersion()
Dmock_btif_dm.cc104 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
Dmock_stack_btm_ble.cc257 const RawAddress& bdaddr, in btm_ble_determine_security_act()
/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc28 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc601 uint8_t support) { return; })); in gatt_cl_op_cmpl_cback()
699 [](const RawAddress& bdaddr, uint8_t support) { return; }); in gatt_cl_start_config_ccc()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc1434 const RawAddress* bdaddr) { in sdpu_set_avrc_target_version()
1545 const RawAddress* bdaddr, in sdpu_set_avrc_target_features()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc579 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
Dbta_gattc_act.cc1296 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr, in bta_gattc_conn_cback()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc1438 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, in AVRC_SaveControllerVersion()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h291 RawAddress bdaddr; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc800 const RawAddress& bdaddr, in btm_ble_determine_security_act()

12