Searched refs:BluetoothGattClientProxy (Results 1 – 3 of 3) sorted by relevance
27 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 …]
52 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()
24 class BluetoothGattClientProxy : public IRemoteProxy<IBluetoothGattClient> {26 …explicit BluetoothGattClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothGattCl… in BluetoothGattClientProxy() function28 ~BluetoothGattClientProxy() in ~BluetoothGattClientProxy()54 static inline BrokerDelegator<BluetoothGattClientProxy> delegator_;