コード例 #1
0
 public void onCharacteristicChanged(BluetoothDevice d, BleCharacteristic characteristic) {
   DebugLog.w(TAG, "onCharacteristicChanged");
 }
コード例 #2
0
 public void onReadCharacteristicComplete(BluetoothDevice d, BleCharacteristic characteristic) {
   DebugLog.w(TAG, "refreshOneCharacteristicComplete");
 }
コード例 #3
0
 public void onSetCharacteristicAuthRequirement(
     BluetoothDevice d, BleCharacteristic characteristic, int instanceID) {
   DebugLog.w(TAG, "onSetCharacteristicAuthRequirement");
 }
コード例 #4
0
 public void onRefreshComplete(BluetoothDevice d) {
   DebugLog.w(TAG, "onRefreshComplete");
 }
コード例 #5
0
 public void characteristicsRetrieved(BluetoothDevice d) {
   DebugLog.w(TAG, "characteristicsRetrieved");
 }
コード例 #6
0
 public void onWriteCharacteristicComplete(
     int status, BluetoothDevice d, BleCharacteristic characteristic) {
   DebugLog.w(TAG, "onWriteCharacteristicComplete");
 }