Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp52 …explicit BluetoothA2dpSourceObserverImp(A2dpSource::impl &a2dpSource) : a2dpSource_(a2dpSource) {}; in BluetoothA2dpSourceObserverImp() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp664 sptr<BluetoothA2dpSourceServer> a2dpSource = new BluetoothA2dpSourceServer(); in createServers() local
665 servers_.EnsureInsert(PROFILE_A2DP_SRC, a2dpSource->AsObject()); in createServers()