Home
last modified time | relevance | path

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

/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothGattClientSnippet.java144 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
159 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
182 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
195 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
204 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java159 BluetoothGatt gatt = mBluetoothGattList.get(index); in gattClientDiscoverServiceByUuid() local
2050 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange()
2085 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead()
2095 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate()
2105 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
2117 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
2128 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
2139 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
2151 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorRead()
2161 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite()
[all …]
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/utils/
DJsonSerializer.java247 public static Bundle serializeBluetoothGatt(BluetoothGatt gatt) { in serializeBluetoothGatt()