Home
last modified time | relevance | path

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

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java70 public static final int STATUS_CREATE_CHANNEL = 102; field in BluetoothHDPService
247 sendMessage(STATUS_CREATE_CHANNEL, RESULT_OK);
250 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
254 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
DBluetoothHDPActivity.java104 case BluetoothHDPService.STATUS_CREATE_CHANNEL: