/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 280 RawAddress bdaddr; in TEST_F() local 289 RawAddress bdaddr; in TEST_F() local 300 RawAddress bdaddr; in TEST_F() local 307 RawAddress bdaddr; in TEST_F() local 314 RawAddress bdaddr; in TEST_F() local 322 RawAddress bdaddr; in TEST_F() local 338 RawAddress bdaddr; in TEST_F() local 354 RawAddress bdaddr; in TEST_F() local 370 RawAddress bdaddr; in TEST_F() local 383 RawAddress bdaddr; in TEST_F() local [all …]
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 63 static bool IsAbsoluteVolumeEnabled(const RawAddress* bdaddr) { in IsAbsoluteVolumeEnabled() 127 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() 138 tSDP_STATUS status, uint16_t /*version*/, uint16_t features) { in ConnectDevice() 172 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() 183 void ConnectionHandler::SetBipClientStatus(const RawAddress& bdaddr, bool connected) { in SetBipClientStatus() 201 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb, bool retry) { in SdpLookup() 220 bool ConnectionHandler::AvrcpConnect(bool initiator, const RawAddress& bdaddr) { in AvrcpConnect() 473 void ConnectionHandler::SdpCb(RawAddress bdaddr, SdpCallback cb, tSDP_DISCOVERY_DB* disc_db, in SdpCb() 618 void ConnectionHandler::RegisterVolChanged(const RawAddress& bdaddr) { in RegisterVolChanged()
|
D | device.cc | 49 Device::Device(const RawAddress& bdaddr, bool avrcp13_compatibility, in Device()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 241 void setActiveDevice(String bdaddr) { in setActiveDevice() 248 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected() 260 void deviceDisconnected(String bdaddr) { in deviceDisconnected() 389 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative() 391 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative() 393 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative() 395 private native void setBipClientStatusNative(String bdaddr, boolean connected); in setBipClientStatusNative()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 137 void SaveControllerVersion(const RawAddress& bdaddr, uint16_t version) override { in SaveControllerVersion() 299 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() 305 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() 318 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected() 511 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() 519 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() 527 void AvrcpService::SetBipClientStatus(const RawAddress& bdaddr, bool connected) { in SetBipClientStatus() 633 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() 641 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() 649 bool AvrcpService::IsDeviceConnected(const RawAddress& bdaddr) { in IsDeviceConnected() [all …]
|
/packages/modules/Bluetooth/system/types/test/ |
D | raw_address_unittest.cc | 27 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/gd/hci/ |
D | address_unittest.cc | 34 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST() local 59 Address bdaddr; in TEST() local 77 Address bdaddr; in TEST() local
|
D | controller_test.cc | 453 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST_F() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_iot_config.cc | 52 static void btif_iot_save_pair_type(const RawAddress& bdaddr, bool is_ble, bool is_ssp) { in btif_iot_save_pair_type()
|
D | btif_dm.cc | 204 RawAddress bdaddr; /* peer bdaddr */ member 341 const RawAddress& bdaddr = inq_res.bd_addr; in get_asha_service_data() local 651 void btif_update_remote_properties(const RawAddress& bdaddr, BD_NAME bd_name, DEV_CLASS dev_class, in btif_update_remote_properties() 1332 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local 2417 bool btif_dm_is_pairing(const RawAddress& bdaddr) { in btif_dm_is_pairing() 2625 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dip_test.cc | 30 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 193 void DeviceConnected(const RawAddress& bdaddr) override { volumeDeviceConnected(bdaddr); } in DeviceConnected() 195 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() 199 void DeviceDisconnected(const RawAddress& bdaddr) override { volumeDeviceDisconnected(bdaddr); } in DeviceDisconnected() 330 RawAddress bdaddr; in connectDeviceNative() local 350 RawAddress bdaddr; in disconnectDeviceNative() local 891 RawAddress bdaddr; in sendVolumeChangedNative() local 926 RawAddress bdaddr; in setBipClientStatusNative() local
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1960 RawAddress bdaddr; in interopMatchAddrNative() local 2025 RawAddress bdaddr; in interopMatchAddrOrNameNative() local 2066 RawAddress bdaddr; in interopDatabaseAddRemoveAddrNative() local 2130 RawAddress bdaddr; in getRemotePbapPceVersionNative() local
|
/packages/modules/Bluetooth/system/test/suite/adapter/ |
D | adapter_unittest.cc | 188 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
|
/packages/modules/Bluetooth/system/osi/test/ |
D | stack_power_telemetry_test.cc | 12 RawAddress bdaddr; member in PowerTelemetryTest
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_utils.cc | 1518 void sdpu_set_avrc_target_version(const tSDP_ATTRIBUTE* p_attr, const RawAddress* bdaddr) { in sdpu_set_avrc_target_version() 1608 void sdpu_set_avrc_target_features(const tSDP_ATTRIBUTE* p_attr, const RawAddress* bdaddr, in sdpu_set_avrc_target_features()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.cc | 152 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_api.cc | 635 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 561 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, tCONN_ID conn_id, in bta_gatts_conn_cback()
|
D | bta_gattc_act.cc | 1354 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr, tCONN_ID conn_id, in bta_gattc_conn_cback()
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 1443 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, uint16_t new_version) { in AVRC_SaveControllerVersion()
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | parser.rs | 513 bdaddr: [u8; 6], field
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_bqr.h | 309 RawAddress bdaddr; member
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 653 static tBTM_SEC_ACTION btm_ble_determine_security_act(bool is_originator, const RawAddress& bdaddr, in btm_ble_determine_security_act()
|