Home
last modified time | relevance | path

Searched refs:PROFILE_A2DP_SINK (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp98 profileRegisterId = BluetoothProfileManager::GetInstance().RegisterFunc(PROFILE_A2DP_SINK, in impl()
110 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in ~impl()
149 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetDeviceState()
168 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetDevicesByStates()
193 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetPlayingState()
214 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetPlayingState()
233 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in Connect()
253 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in Disconnect()
284 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in SetConnectStrategy()
305 sptr<IBluetoothA2dpSink> proxy = GetRemoteProxy<IBluetoothA2dpSink>(PROFILE_A2DP_SINK); in GetConnectStrategy()
[all …]
H A Dbluetooth_device_class.cpp56 } else if (profileId == BluetoothDevice::PROFILE_A2DP_SINK) { in IsProfileSupported()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device.h193 static const int PROFILE_A2DP_SINK = 6; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp114 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
H A Dnapi_bluetooth_utils.cpp353 case static_cast<int32_t>(ProfileId::PROFILE_A2DP_SINK): in GetProfileId()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp50 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h36 const std::string PROFILE_A2DP_SINK = "A2dpSnkServer"; variable
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTestManager/
H A Da2dpSourceProfileTestManager.ets139 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
H A DhandsFreeAudioGatewayProfileTestManager.ets137 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
H A DhidHostProfileTestManager.ets137 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
H A DpanNetworkProfileTestManager.ets138 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTest/
H A Da2dpSourceProfileTest.ets141 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
H A DhandsFreeAudioGatewayProfileTest.ets137 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
H A DhidHostProfileTest.ets137 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
H A DpanNetworkProfileTest.ets138 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
H A DoppProfileTest.ets191 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h401 PROFILE_A2DP_SINK = 0, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp78 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp670 servers_.EnsureInsert(PROFILE_A2DP_SINK, a2dpSink->AsObject()); in createServers()