Searched refs:gatt (Results 1 – 17 of 17) sorted by relevance
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | BleConnection.java | 118 boolean processRequest(BluetoothGatt gatt); in processRequest() argument 141 public boolean processRequest(BluetoothGatt gatt) { in processRequest() argument 144 return gatt.writeCharacteristic(characteristic); in processRequest() 160 public boolean processRequest(BluetoothGatt gatt) { in processRequest() argument 162 return gatt.readCharacteristic(characteristic); in processRequest() 181 public boolean processRequest(BluetoothGatt gatt) { in processRequest() argument 184 return gatt.writeDescriptor(descriptor); in processRequest() 193 private BluetoothGatt gatt; field in BleConnection 205 gatt = device.connectGatt(context, false, new GattCallback()); in connect() 208 if (gatt != null) { in connect() [all …]
|
D | Transport.java | 123 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() argument 141 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument 145 BluetoothGattService service = gatt.getService(uuid); in onServicesDiscovered() 163 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged() argument 170 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() argument 177 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() argument
|
D | DefaultProxy.java | 203 public void onGattReady(BluetoothGatt gatt) { in onGattReady() argument 205 final BluetoothGattService deviceInfoService = gatt.getService( in onGattReady() 219 final BluetoothGattService battService = gatt.getService(UUID_BATTERY_SERVICE); in onGattReady() 273 public void onDisconnect(BluetoothGatt gatt, int status) { in onDisconnect() argument
|
/device/google/cuttlefish/shared/phone/ |
D | product.prop | 15 bluetooth.profile.gatt.enabled=true
|
/device/google/cuttlefish/shared/tv/ |
D | product.prop | 13 bluetooth.profile.gatt.enabled=true
|
/device/generic/car/emulator/usbpt/bluetooth/ |
D | bluetooth.prop | 39 bluetooth.profile.gatt.enabled=true
|
/device/generic/goldfish/product/ |
D | bluetooth.prop | 28 bluetooth.profile.gatt.enabled=true
|
/device/linaro/dragonboard/ |
D | product.prop | 18 bluetooth.profile.gatt.enabled?=true
|
/device/linaro/hikey/ |
D | product.prop | 18 bluetooth.profile.gatt.enabled?=true
|
/device/google/coral/ |
D | product.prop | 106 bluetooth.profile.gatt.enabled?=true
|
/device/google/sunfish/ |
D | product.prop | 112 bluetooth.profile.gatt.enabled?=true
|
/device/google/redbull/ |
D | product.prop | 115 bluetooth.profile.gatt.enabled?=true
|
/device/amlogic/yukawa/ |
D | device-common.mk | 200 bluetooth.profile.gatt.enabled=true \
|
/device/google/gs201/ |
D | device.mk | 192 bluetooth.profile.gatt.enabled?=true \
|
/device/google/zuma/ |
D | device.mk | 192 bluetooth.profile.gatt.enabled?=true \
|
/device/google/zumapro/ |
D | device.mk | 187 bluetooth.profile.gatt.enabled=true \
|
/device/google/gs101/ |
D | device.mk | 170 bluetooth.profile.gatt.enabled?=true \
|