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.cc341 RawAddress bdaddr; in TEST_F() local
350 RawAddress bdaddr; in TEST_F() local
360 RawAddress bdaddr; in TEST_F() local
368 RawAddress bdaddr; in TEST_F() local
376 RawAddress bdaddr; in TEST_F() local
385 RawAddress bdaddr; in TEST_F() local
402 RawAddress bdaddr; in TEST_F() local
419 RawAddress bdaddr; in TEST_F() local
436 RawAddress bdaddr; in TEST_F() local
449 RawAddress bdaddr; in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc62 bool IsAbsoluteVolumeEnabled(const RawAddress* bdaddr) { in IsAbsoluteVolumeEnabled()
128 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
158 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
169 void ConnectionHandler::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
189 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb, in SdpLookup()
214 bool ConnectionHandler::AvrcpConnect(bool initiator, const RawAddress& bdaddr) { in AvrcpConnect()
482 void ConnectionHandler::SdpCb(RawAddress bdaddr, SdpCallback cb, in SdpCb()
637 void ConnectionHandler::RegisterVolChanged(const RawAddress& bdaddr) { in RegisterVolChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java246 void setActiveDevice(String bdaddr) { in setActiveDevice()
253 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected()
265 void deviceDisconnected(String bdaddr) { in deviceDisconnected()
397 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative()
399 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative()
401 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative()
403 private native void setBipClientStatusNative(String bdaddr, boolean connected); in setBipClientStatusNative()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc134 void SaveControllerVersion(const RawAddress& bdaddr, in SaveControllerVersion()
290 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
297 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
310 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
514 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
520 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
525 void AvrcpService::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
642 const RawAddress& bdaddr) { in ConnectDevice()
652 const RawAddress& bdaddr) { in DisconnectDevice()
661 bool AvrcpService::IsDeviceConnected(const RawAddress& bdaddr) { in IsDeviceConnected()
[all …]
/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/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc44 virtual void DeviceConnected(const RawAddress& bdaddr) {} in DeviceConnected()
45 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) {} in DeviceConnected()
46 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.cc460 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc44 static void btif_iot_save_pair_type(const RawAddress& bdaddr, bool is_ble, in btif_iot_save_pair_type()
Dbtif_dm.cc211 RawAddress bdaddr; /* peer bdaddr */ member
360 const RawAddress& bdaddr = inq_res.bd_addr; in get_asha_service_data() local
687 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties()
1423 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
2774 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc56 const RawAddress& bdaddr) { in ConnectDevice()
60 const RawAddress& bdaddr) { in DisconnectDevice()
64 const RawAddress& bdaddr, bool connected){}; in SetBipClientStatus()
73 void AvrcpService::RegisterVolChanged(const RawAddress& bdaddr) { in RegisterVolChanged()
/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()
320 RawAddress bdaddr; in connectDeviceNative() local
340 RawAddress bdaddr; in disconnectDeviceNative() local
884 RawAddress bdaddr; in sendVolumeChangedNative() local
914 RawAddress bdaddr; in setBipClientStatusNative() local
Dcom_android_bluetooth_btservice_AdapterService.cpp1903 RawAddress bdaddr; in interopMatchAddrNative() local
1971 RawAddress bdaddr; in interopMatchAddrOrNameNative() local
2015 RawAddress bdaddr; in interopDatabaseAddRemoveAddrNative() local
2080 RawAddress bdaddr; in getRemotePbapPceVersionNative() local
/packages/modules/Bluetooth/system/test/suite/adapter/
Dadapter_unittest.cc156 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc30 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
/packages/modules/Bluetooth/system/osi/test/
Dstack_power_telemetry_test.cc11 RawAddress bdaddr; member in PowerTelemetryTest
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc1471 const RawAddress* bdaddr) { in sdpu_set_avrc_target_version()
1577 const RawAddress* bdaddr, in sdpu_set_avrc_target_features()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc651 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc161 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc588 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
Dbta_gattc_act.cc1399 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.cc1436 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, in AVRC_SaveControllerVersion()
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs420 bdaddr: [u8; 6], field
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h318 RawAddress bdaddr; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc651 bool is_originator, const RawAddress& bdaddr, uint16_t security_required) { in btm_ble_determine_security_act()

12