Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java80 public static final int MSG_REG_CLIENT = 200; field in BluetoothHDPService
106 case MSG_REG_CLIENT: in handleMessage()
DBluetoothHDPActivity.java205 Message msg = Message.obtain(null, BluetoothHDPService.MSG_REG_CLIENT);