Home
last modified time | relevance | path

Searched defs:gatt (Results 1 – 3 of 3) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java118 boolean processRequest(BluetoothGatt gatt); in processRequest()
141 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
160 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
181 public boolean processRequest(BluetoothGatt gatt) { in processRequest()
193 private BluetoothGatt gatt; field in BleConnection
222 private void maybeSendNextCommand(BluetoothGatt gatt) { in maybeSendNextCommand()
333 void onGattReady(BluetoothGatt gatt); in onGattReady()
348 void onDisconnect(BluetoothGatt gatt, int status); in onDisconnect()
353 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
374 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
[all …]
DTransport.java123 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
141 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
163 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
170 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
177 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
DDefaultProxy.java203 public void onGattReady(BluetoothGatt gatt) { in onGattReady()
273 public void onDisconnect(BluetoothGatt gatt, int status) { in onDisconnect()