/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_snk.cpp | 98 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 D | bluetooth_device_class.cpp | 56 } else if (profileId == BluetoothDevice::PROFILE_A2DP_SINK) { in IsProfileSupported()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_device.h | 193 static const int PROFILE_A2DP_SINK = 6; variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 114 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
|
H A D | napi_bluetooth_utils.cpp | 353 case static_cast<int32_t>(ProfileId::PROFILE_A2DP_SINK): in GetProfileId()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 50 NapiProfile::SetProfile(env, ProfileId::PROFILE_A2DP_SINK, napiProfile); in DefineA2dpSinkJSClass()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 36 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 D | a2dpSourceProfileTestManager.ets | 139 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
|
H A D | handsFreeAudioGatewayProfileTestManager.ets | 137 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
|
H A D | hidHostProfileTestManager.ets | 137 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
|
H A D | panNetworkProfileTestManager.ets | 138 // this.profileType = btmProfileModel.PROFILE_A2DP_SINK;
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subProfileTest/ |
H A D | a2dpSourceProfileTest.ets | 141 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
|
H A D | handsFreeAudioGatewayProfileTest.ets | 137 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
|
H A D | hidHostProfileTest.ets | 137 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
|
H A D | panNetworkProfileTest.ets | 138 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
|
H A D | oppProfileTest.ets | 191 // this.profileType = btProfileModel.PROFILE_A2DP_SINK;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 401 PROFILE_A2DP_SINK = 0, enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 78 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_A2DP_SINK, "PROFILE_A2DP_SINK"); in ProfileIdInit()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 670 servers_.EnsureInsert(PROFILE_A2DP_SINK, a2dpSink->AsObject()); in createServers()
|