Searched refs:mBluetoothGattServer (Results 1 – 1 of 1) sorted by relevance
61 private BluetoothGattServer mBluetoothGattServer; field in BluetoothGattServerTest78 mBluetoothGattServer = mBluetoothManager.openGattServer(mContext, in setUp()93 if (mBluetoothAdapter != null && mBluetoothGattServer != null) { in tearDown()94 mBluetoothGattServer.close(); in tearDown()95 mBluetoothGattServer = null; in tearDown()110 () -> mBluetoothGattServer.getConnectedDevices()); in getConnectedDevices()117 () -> mBluetoothGattServer.getConnectionState(null)); in getConnectionState()124 () -> mBluetoothGattServer.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()131 assertNull(mBluetoothGattServer.getService(TEST_UUID)); in getService()139 mBluetoothGattServer.addService(service); in getService()[all …]