Searched refs:mGattServiceList (Results 1 – 2 of 2) sorted by relevance
58 private final HashMap<Integer, BluetoothGattService> mGattServiceList; field in GattServerFacade83 mGattServiceList = new HashMap<Integer, BluetoothGattService>(); in GattServerFacade()121 if (mGattServiceList.get(serviceIndex) != null) { in gattServerAddService()122 mBluetoothGattServerList.get(index).addService(mGattServiceList.get(serviceIndex)); in gattServerAddService()246 mGattServiceList.put(index, new BluetoothGattService(UUID.fromString(uuid), serviceType)); in gattServerCreateService()290 if (mGattServiceList.get(index) != null) { in gattServerAddCharacteristicToService()292 mGattServiceList.get(index).addCharacteristic(mCharacteristicList.get(characteristicIndex)); in gattServerAddCharacteristicToService()
58 private final HashMap<Integer, BluetoothGattService> mGattServiceList; field in GattClientFacade87 mGattServiceList = new HashMap<Integer, BluetoothGattService>(); in GattClientFacade()