Home
last modified time | relevance | path

Searched refs:IsVgsSupported (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h56 virtual int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) = 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;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h387 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h53 int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp349 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const in IsVgsSupported() function
354 return proxy->IsVgsSupported(BluetoothRawAddress(device.GetDeviceAddr()), isSupported); in IsVgsSupported()
709 int HandsFreeAudioGateway::IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const in IsVgsSupported() function in OHOS::Bluetooth::HandsFreeAudioGateway
716 return pimpl->IsVgsSupported(device, isSupported); in IsVgsSupported()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp391 int BluetoothHfpAgProxy::IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) in IsVgsSupported() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp418 int32_t result = IsVgsSupported(*device, isSupported); in IsVgsSupportedInner()
/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

Completed in 6 milliseconds