Home
last modified time | relevance | path

Searched refs:BluetoothGattClientProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp27 int BluetoothGattClientProxy::RegisterApplication( in RegisterApplication()
49 int BluetoothGattClientProxy::RegisterApplication( in RegisterApplication()
69 int BluetoothGattClientProxy::DeregisterApplication(int32_t appId) in DeregisterApplication()
85 int BluetoothGattClientProxy::Connect(int32_t appId, bool autoConnect) in Connect()
102 int BluetoothGattClientProxy::Disconnect(int32_t appId) in Disconnect()
118 int BluetoothGattClientProxy::DiscoveryServices(int32_t appId) in DiscoveryServices()
152 int BluetoothGattClientProxy::WriteCharacteristic( in WriteCharacteristic()
226 int BluetoothGattClientProxy::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu()
242 void BluetoothGattClientProxy::GetAllDevice(std::vector<BluetoothGattDevice> &device) in GetAllDevice()
313 int BluetoothGattClientProxy::RequestFastestConn(const BluetoothRawAddress &addr) in RequestFastestConn()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp52 sptr<BluetoothGattClientProxy> proxy = in impl()
53 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in impl()
59 sptr<BluetoothGattClientProxy> clientProxy_;
64 sptr<BluetoothGattClientProxy> proxy = in GattManager()
65 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GattManager()
81 sptr<BluetoothGattClientProxy> proxy = in GetDevicesByStates()
82 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetDevicesByStates()
109 sptr<BluetoothGattClientProxy> proxy = in GetConnectedDevices()
110 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetConnectedDevices()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h24 class BluetoothGattClientProxy : public IRemoteProxy<IBluetoothGattClient> {
26 …explicit BluetoothGattClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothGattCl… in BluetoothGattClientProxy() function
28 ~BluetoothGattClientProxy() in ~BluetoothGattClientProxy()
54 static inline BrokerDelegator<BluetoothGattClientProxy> delegator_;