Home
last modified time | relevance | path

Searched refs:SendDeviceSelection (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp34 int SendDeviceSelection(const BluetoothRemoteDevice &device, int useA2dp, int useHfp, int userSelection);
78 int BluetoothAudioManager::impl::SendDeviceSelection(const BluetoothRemoteDevice &device, in SendDeviceSelection() function in OHOS::Bluetooth::BluetoothAudioManager::impl
83 return proxy->SendDeviceSelection(BluetoothRawAddress(device.GetDeviceAddr()), useA2dp, useHfp, userSelection); in SendDeviceSelection()
137 int BluetoothAudioManager::SendDeviceSelection(const BluetoothRemoteDevice &device, in SendDeviceSelection() function in OHOS::Bluetooth::BluetoothAudioManager
156 return pimpl->SendDeviceSelection(device, useA2dp, useHfp, userSelection); in SendDeviceSelection()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_audio_manager.h35 virtual int32_t SendDeviceSelection(const BluetoothRawAddress &device,
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_audio_manager.h76 int SendDeviceSelection(const BluetoothRemoteDevice &device, int useA2dp, int useHfp, int userSelection) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_audio_manager_proxy.h37 int32_t SendDeviceSelection(const BluetoothRawAddress &device, int useA2dp, int useHfp, int userSelection) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp121 int32_t BluetoothAudioManagerProxy::SendDeviceSelection(const BluetoothRawAddress &device, in SendDeviceSelection() function in OHOS::Bluetooth::BluetoothAudioManagerProxy
128 "BluetoothAudioManagerProxy::SendDeviceSelection Write device error"); in SendDeviceSelection()
130 "BluetoothAudioManagerProxy::SendDeviceSelection Write useA2dp error"); in SendDeviceSelection()
132 "BluetoothAudioManagerProxy::SendDeviceSelection Write useHfp error"); in SendDeviceSelection()
134 "BluetoothAudioManagerProxy::SendDeviceSelection Write userSelection error"); in SendDeviceSelection()
141 "BluetoothAudioManagerProxy::SendDeviceSelection fail, error: %{public}d", error); in SendDeviceSelection()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp109 BluetoothAudioManager::GetInstance().SendDeviceSelection(device, eventType, in SendUserSelectionEvent()
116 BluetoothAudioManager::GetInstance().SendDeviceSelection(device, A2DP_DEFAULT_SELECTION, in SendUserSelectionEvent()

Completed in 4 milliseconds