Searched refs:PROFILE_GATT_CLIENT (Results 1 – 4 of 4) sorted by relevance
53 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in impl()65 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GattManager()82 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetDevicesByStates()110 GetRemoteProxy<BluetoothGattClientProxy>(PROFILE_GATT_CLIENT); in GetConnectedDevices()
378 PROFILE_GATT_CLIENT, profileFunctions); in impl()410 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in DiscoverStart()517 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in GetServices()588 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ~GattClient()614 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Connect()669 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Disconnect()687 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in Close()791 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ReadCharacteristic()828 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in ReadDescriptor()860 sptr<IBluetoothGattClient> proxy = GetRemoteProxy<IBluetoothGattClient>(PROFILE_GATT_CLIENT); in RequestBleMtuSize()[all …]
33 const std::string PROFILE_GATT_CLIENT = "GattClientServer"; variable
625 servers_.EnsureInsert(PROFILE_GATT_CLIENT, gattclient->AsObject()); in createServers()