/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 282 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/ |
D | AvrcpNativeInterface.java | 84 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/ |
D | connection_handler.cc | 47 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/ |
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/btif/avrcp/ |
D | avrcp_service.cc | 115 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/ |
D | avrcp_device_fuzz.cc | 41 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/ |
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 | 403 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST_F() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_iot_config.cc | 39 static void btif_iot_save_pair_type(const RawAddress& bdaddr, bool is_ble, in btif_iot_save_pair_type()
|
D | btif_dm.cc | 188 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/ |
D | adapter.c | 86 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/ |
D | com_android_bluetooth_avrcp_target.cpp | 170 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
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 1981 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/ |
D | adapter_unittest.cc | 157 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_avrc_api.cc | 76 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, uint16_t version) { in AVRC_SaveControllerVersion()
|
D | mock_btif_dm.cc | 104 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
|
D | mock_stack_btm_ble.cc | 257 const RawAddress& bdaddr, in btm_ble_determine_security_act()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dip_test.cc | 28 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_attr.cc | 601 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/ |
D | sdp_utils.cc | 1434 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/ |
D | bta_gatts_act.cc | 579 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
|
D | bta_gattc_act.cc | 1296 static void bta_gattc_conn_cback(tGATT_IF gattc_if, const RawAddress& bdaddr, in bta_gattc_conn_cback()
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_api.cc | 1438 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, in AVRC_SaveControllerVersion()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_bqr.h | 291 RawAddress bdaddr; member
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 800 const RawAddress& bdaddr, in btm_ble_determine_security_act()
|