Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc280 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/
Dconnection_handler.cc63 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()
Ddevice.cc49 Device::Device(const RawAddress& bdaddr, bool avrcp13_compatibility, in Device()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java241 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/
Davrcp_service.cc137 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/
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/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.cc453 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc52 static void btif_iot_save_pair_type(const RawAddress& bdaddr, bool is_ble, bool is_ssp) { in btif_iot_save_pair_type()
Dbtif_dm.cc204 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/
Dbta_dip_test.cc30 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp193 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
Dcom_android_bluetooth_btservice_AdapterService.cpp1960 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/
Dadapter_unittest.cc188 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
/packages/modules/Bluetooth/system/osi/test/
Dstack_power_telemetry_test.cc12 RawAddress bdaddr; member in PowerTelemetryTest
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc1518 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/
Dmock_bta_av_api.cc152 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc635 void BTA_AvSetPeerSep(const RawAddress& bdaddr, uint8_t sep) { in BTA_AvSetPeerSep()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc561 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, tCONN_ID conn_id, in bta_gatts_conn_cback()
Dbta_gattc_act.cc1354 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/
Davrc_api.cc1443 void AVRC_SaveControllerVersion(const RawAddress& bdaddr, uint16_t new_version) { in AVRC_SaveControllerVersion()
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs513 bdaddr: [u8; 6], field
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h309 RawAddress bdaddr; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc653 static tBTM_SEC_ACTION btm_ble_determine_security_act(bool is_originator, const RawAddress& bdaddr, in btm_ble_determine_security_act()