Home
last modified time | relevance | path

Searched refs:BluetoothGattClientSnippetException (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
H A DBluetoothGattClientSnippet.java47 private static class BluetoothGattClientSnippetException extends Exception { class in BluetoothGattClientSnippet
50 public BluetoothGattClientSnippetException(String msg) { in BluetoothGattClientSnippetException() method in BluetoothGattClientSnippet.BluetoothGattClientSnippetException
85 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 …]