Searched refs:gattServer (Results 1 – 1 of 1) sorted by relevance
185 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerSendResponse() local186 if (gattServer == null) { in gattServerSendResponse()192 gattServer.sendResponse(bluetoothDevice, requestId, status, offset, value); in gattServerSendResponse()214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerNotifyCharacteristicChanged() local215 if (gattServer == null) { in gattServerNotifyCharacteristicChanged()238 gattServer.notifyCharacteristicChanged(bluetoothDevice, bluetoothCharacteristic, confirm); in gattServerNotifyCharacteristicChanged()257 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerNotifyCharacteristicChangedByInstanceId() local258 if (gattServer == null) { in gattServerNotifyCharacteristicChangedByInstanceId()279 gattServer.notifyCharacteristicChanged(bluetoothDevice, mGattChar, confirm); in gattServerNotifyCharacteristicChangedByInstanceId()399 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex); in gattServerReadPhy() local[all …]