Home
last modified time | relevance | path

Searched refs:mBluetoothGattServer (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothGattServerTest.java61 private BluetoothGattServer mBluetoothGattServer; field in BluetoothGattServerTest
78 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 …]