/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 49 virtual void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 49 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 268 virtual void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 47 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 290 void SwitchOptionalCodecs(const BluetoothRemoteDevice &device, bool isEnable);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.h | 340 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
|
H A D | a2dp_service.cpp | 791 void A2dpService::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::bluetooth::A2dpService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 391 void BluetoothA2dpSourceServer::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::BluetoothA2dpSourceServer 394 pimpl->a2dpSrcService_->SwitchOptionalCodecs(device, isEnable); in SwitchOptionalCodecs()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 326 profile_->SwitchOptionalCodecs(device, isEnable);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 479 void A2dpSource::SwitchOptionalCodecs(const BluetoothRemoteDevice &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::A2dpSource 494 proxy->SwitchOptionalCodecs(RawAddress(device.GetDeviceAddr()), isEnable); in SwitchOptionalCodecs()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_stub.cpp | 335 SwitchOptionalCodecs(RawAddress(addr), isEnable); in SwitchOptionalCodecsInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 290 void BluetoothA2dpSrcProxy::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|