Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java66 public static final int STATUS_HEALTH_APP_REG = 100; field in BluetoothHDPService
221 sendMessage(STATUS_HEALTH_APP_REG, RESULT_FAIL);
224 sendMessage(STATUS_HEALTH_APP_REG, RESULT_OK);
DBluetoothHDPActivity.java81 case BluetoothHDPService.STATUS_HEALTH_APP_REG: