Searched refs:BluetoothGattClientSnippetException (Results 1 – 1 of 1) sorted by relevance
47 private static class BluetoothGattClientSnippetException extends Exception { class in BluetoothGattClientSnippet50 public BluetoothGattClientSnippetException(String msg) { in BluetoothGattClientSnippetException() method in BluetoothGattClientSnippet.BluetoothGattClientSnippetException85 public long bleDiscoverServices() throws BluetoothGattClientSnippetException { in bleDiscoverServices()87 throw new BluetoothGattClientSnippetException("BLE client is not initialized."); in bleDiscoverServices()93 throw new BluetoothGattClientSnippetException("Discover services returned false."); in bleDiscoverServices()100 public void bleDisconnect() throws BluetoothGattClientSnippetException { in bleDisconnect()102 throw new BluetoothGattClientSnippetException("BLE client is not initialized."); in bleDisconnect()110 throws JSONException, BluetoothGattClientSnippetException { in bleReadOperation()112 throw new BluetoothGattClientSnippetException("BLE client is not initialized."); in bleReadOperation()124 throws JSONException, BluetoothGattClientSnippetException { in bleWriteOperation()[all …]