Home
last modified time | relevance | path

Searched refs:a2dpSink (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp63 explicit BluetoothA2dpSinkObserverImp(A2dpSink::impl &a2dpSink) : a2dpSink_(a2dpSink) in BluetoothA2dpSinkObserverImp() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp669 sptr<BluetoothA2dpSinkServer> a2dpSink = new BluetoothA2dpSinkServer(); in createServers() local
670 servers_.EnsureInsert(PROFILE_A2DP_SINK, a2dpSink->AsObject()); in createServers()