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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 57 private final HashMap<Integer, BluetoothGattService> mGattServiceList;
82 mGattServiceList = new HashMap<Integer, BluetoothGattService>();
121 if (mGattServiceList.get(serviceIndex) != null) {
122 mBluetoothGattServerList.get(index).addService(mGattServiceList.get(serviceIndex));
296 mGattServiceList.put(index, new BluetoothGattService(UUID.fromString(uuid), serviceType));
343 if (mGattServiceList.get(index) != null) {
345 mGattServiceList.get(index).addCharacteristic(mCharacteristicList.get(
727 if (mGattServiceList.get(serviceIndex) == null) {
733 setInstanceIdMethod.invoke(mGattServiceList.get(serviceIndex), instanceId);
    [all...]
GattClientFacade.java 57 private final HashMap<Integer, BluetoothGattService> mGattServiceList;
88 mGattServiceList = new HashMap<Integer, BluetoothGattService>();
    [all...]

Completed in 556 milliseconds