Android BluetoothLE Pripheral
http://qiita.com/anzai_k/items/131373caa0a6294efdd4
上記のサイトを参考にBLE Peripheralアプリを作成しました。
しかし、CentralからReadRequestが来ると下記のエラーを出力してサービスをクリアしてしまいます。調べても解決できなかったため質問させていただきます。
W/BluetoothGattServer: Unhandled exception in callback
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.bluetooth.BluetoothGattServer.sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[])' on a null object reference