Home
last modified time | relevance | path

Searched refs:IsVgsSupported (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h53 int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h56 virtual int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h55 int32_t IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp352 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 Dbluetooth_hfp_ag.h387 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp378 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 Dbluetooth_hfp_ag_stub.cpp418 int32_t result = IsVgsSupported(*device, isSupported); in IsVgsSupportedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp402 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 Daudio_bluetooth_manager.cpp671 hfpInstance->IsVgsSupported(device, isVgsSupported); in OnScoStateChanged()