Home
last modified time | relevance | path

Searched refs:BluetoothHostProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp69 int32_t BluetoothHostProxy::EnableBt() in EnableBt()
88 int32_t BluetoothHostProxy::DisableBt() in DisableBt()
170 int32_t BluetoothHostProxy::BluetoothFactoryReset() in BluetoothFactoryReset()
184 int32_t BluetoothHostProxy::GetBtState(int &state) in GetBtState()
225 int32_t BluetoothHostProxy::DisableBle() in DisableBle()
242 int32_t BluetoothHostProxy::EnableBle() in EnableBle()
353 int32_t BluetoothHostProxy::GetLocalDeviceClass() in GetLocalDeviceClass()
536 int32_t BluetoothHostProxy::StartBtDiscovery() in StartBtDiscovery()
553 int32_t BluetoothHostProxy::CancelBtDiscovery() in CancelBtDiscovery()
669 bool BluetoothHostProxy::RemoveAllPairs() in RemoveAllPairs()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h27 class BluetoothHostProxy : public IRemoteProxy<IBluetoothHost> {
29 … explicit BluetoothHostProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothHost>(impl) in BluetoothHostProxy() function
31 ~BluetoothHostProxy() in ~BluetoothHostProxy()
115 static inline BrokerDelegator<BluetoothHostProxy> delegator_;