Searched refs:mBluetoothGattServerList (Results 1 – 1 of 1) sorted by relevance
55 private final HashMap<Integer, BluetoothGattServer> mBluetoothGattServerList; field in GattServerFacade80 mBluetoothGattServerList = new HashMap<Integer, BluetoothGattServer>(); in GattServerFacade()103 mBluetoothGattServerList.put(in, mGattServer); in gattServerOpenGattServer()120 if (mBluetoothGattServerList.get(index) != null) { in gattServerAddService()122 mBluetoothGattServerList.get(index).addService(mGattServiceList.get(serviceIndex)); in gattServerAddService()140 if (mBluetoothGattServerList.get(index) != null) { in gattServerClearServices()141 mBluetoothGattServerList.get(index).clearServices(); in gattServerClearServices()156 if (mBluetoothGattServerList.get(gattServerIndex) == null) { in gattServerGetConnectedDevices()185 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerSendResponse()214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerNotifyCharacteristicChanged()[all …]