Searched refs:IsVgsSupported (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 53 int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag.h | 56 virtual int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_ag_server.h | 55 int32_t IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 352 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const in IsVgsSupported() function 357 return proxy->IsVgsSupported(BluetoothRawAddress(device.GetDeviceAddr()), isSupported); in IsVgsSupported() 712 int HandsFreeAudioGateway::IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) c… in IsVgsSupported() function in OHOS::Bluetooth::HandsFreeAudioGateway 719 return pimpl->IsVgsSupported(device, isSupported); in IsVgsSupported()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 387 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 378 int32_t BluetoothHfpAgServer::IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) in IsVgsSupported() function in OHOS::Bluetooth::BluetoothHfpAgServer
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_stub.cpp | 418 int32_t result = IsVgsSupported(*device, isSupported); in IsVgsSupportedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_proxy.cpp | 402 int BluetoothHfpAgProxy::IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) in IsVgsSupported() function in OHOS::Bluetooth::BluetoothHfpAgProxy
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.cpp | 671 hfpInstance->IsVgsSupported(device, isVgsSupported); in OnScoStateChanged()
|