OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothHDPService
(Results
1 - 2
of
2
) sorted by null
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
48
* operations happen in {@link
BluetoothHDPService
}. This activity passes messages to and from
81
case
BluetoothHDPService
.STATUS_HEALTH_APP_REG:
87
case
BluetoothHDPService
.STATUS_HEALTH_APP_UNREG:
93
case
BluetoothHDPService
.STATUS_READ_DATA:
98
case
BluetoothHDPService
.STATUS_READ_DATA_DONE:
104
case
BluetoothHDPService
.STATUS_CREATE_CHANNEL:
112
case
BluetoothHDPService
.STATUS_DESTROY_CHANNEL:
144
// Initiates application registration through {@link
BluetoothHDPService
}.
148
sendMessage(
BluetoothHDPService
.MSG_REG_HEALTH_APP,
153
// Initiates application unregistration through {@link
BluetoothHDPService
}
[
all
...]
BluetoothHDPService.java
58
public class
BluetoothHDPService
extends Service {
59
private static final String TAG = "
BluetoothHDPService
";
165
Log.d(TAG, "
BluetoothHDPService
is running.");
Completed in 65 milliseconds