Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java185 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerSendResponse() local
186 if (gattServer == null) { in gattServerSendResponse()
192 gattServer.sendResponse(bluetoothDevice, requestId, status, offset, value); in gattServerSendResponse()
214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerNotifyCharacteristicChanged() local
215 if (gattServer == null) { in gattServerNotifyCharacteristicChanged()
238 gattServer.notifyCharacteristicChanged(bluetoothDevice, bluetoothCharacteristic, confirm); in gattServerNotifyCharacteristicChanged()
257 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerNotifyCharacteristicChangedByInstanceId() local
258 if (gattServer == null) { in gattServerNotifyCharacteristicChangedByInstanceId()
279 gattServer.notifyCharacteristicChanged(bluetoothDevice, mGattChar, confirm); in gattServerNotifyCharacteristicChangedByInstanceId()
399 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerReadPhy() local
[all …]