Searched defs:RESULT_OK (Results 1 - 1 of 1) sorted by relevance

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java61 public static final int RESULT_OK = 0; field in class:BluetoothHDPService
224 sendMessage(STATUS_HEALTH_APP_REG, RESULT_OK);
229 RESULT_OK : RESULT_FAIL);
247 sendMessage(STATUS_CREATE_CHANNEL, RESULT_OK);
257 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_OK);

Completed in 29 milliseconds