HomeSort by relevance Sort by last modified time
    Searched refs:gattServer (Results 1 - 5 of 5) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 185 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
186 if (gattServer == null) {
192 gattServer.sendResponse(bluetoothDevice, requestId, status, offset, value);
214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
215 if (gattServer == null) {
238 gattServer.notifyCharacteristicChanged(bluetoothDevice, bluetoothCharacteristic, confirm);
257 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
258 if (gattServer == null) {
279 gattServer.notifyCharacteristicChanged(bluetoothDevice, mGattChar, confirm);
399 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex)
    [all...]
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarBleTrustAgent.java 199 BluetoothGattServer gattServer = mBluetoothManager.openGattServer(
208 // might not be ready just yet. Keep trying until a GattServer can open up before proceeding
210 if (gattServer == null) {
215 gattServer.close();
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 168 milliseconds