Searched refs:IsVgsSupported (Results 1 - 8 of 8) sorted by relevance
/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;
|
/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;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 387 int IsVgsSupported(const BluetoothRemoteDevice &device, bool &isSupported) const;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 53 int IsVgsSupported(const BluetoothRawAddress &device, bool &isSupported) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 349 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 D | bluetooth_hfp_ag_proxy.cpp | 391 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 D | bluetooth_hfp_ag_stub.cpp | 418 int32_t result = IsVgsSupported(*device, isSupported); in IsVgsSupportedInner()
|
/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
|
Completed in 6 milliseconds