HomeSort by relevance Sort by last modified time
    Searched full:hdp (Results 1 - 25 of 47) sorted by null

1 2

  /development/samples/BluetoothHDP/
_index.jd 1 page.tags="Bluetooth", "HDP", "Health"
5 <p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create
14 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 76 ** Parameters app_id - HDP application ID
99 ** Parameters app_id - HDP application ID
116 ** Parameters app_id - HDP application ID
131 ** Parameters app_id - HDP application ID
146 ** Parameters app_id - HDP application ID
164 ** Parameters app_id - HDP application ID
184 ** Parameters app_id - HDP application ID
202 ** Parameters app_id - HDP application ID
221 ** Parameters app_id - HDP application ID
bta_hl_api.h 669 ** Description Register an HDP application
673 ** HDP application
687 ** Description Register a HDP application
690 ** Parameters app_id - hdp application ID
692 ** HDP application
706 ** Description Deregister an HDP application
721 ** HDP insatnce should be used in case the peer device support
722 ** multiple HDP instances.
730 ** Note: If the control PSM value is zero then the first HDP
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 125 ** Parameters app_id - HDP application ID
172 ** Parameters app_id - HDP application ID
212 ** Parameters app_id - HDP application ID
239 ** Parameters app_id - HDP application ID
264 ** Parameters app_id - HDP application ID
312 ** Parameters app_id - HDP application ID
357 ** Parameters app_id - HDP application ID
416 ** Parameters app_id - HDP application ID
445 ** Parameters app_id - HDP application ID
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c 101 ** Description Register an HDP application
105 ** HDP application
175 ** Description Register an HDP application
179 ** HDP application
232 ** Description Deregister an HDP application
263 ** HDP insatnce should be used in case the peer device support
264 ** multiple HDP instances. Also, if the control PSM value is zero
265 ** then the first HDP instance is used for the control channel setup
bta_hl_sdp.c 165 ** Purpose: Register an HDP application with SDP
364 ** Purpose: Register an HDP application with SDP
570 ** Description This function queries an SDP database for either a HDP Sink or
bta_hl_main.c 429 APPL_TRACE_DEBUG("HDP CCH Event Handler: State 0x%02x [%s], Event [%s]", in_state,
450 /* discard HDP data */
487 APPL_TRACE_DEBUG("HDP DCH Event Handler: State 0x%02x [%s], Event [%s]", in_state,
597 ** Description Process the API registration request to register an HDP applciation
676 ** Description Process the API registration request to register an HDP applciation
    [all...]
bta_hl_act.c     [all...]
bta_hl_utils.c     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 124 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status);
161 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status);
249 ALOGE("Failed HDP channel connection, status: %d", status);
281 return jniRegisterNativeMethods(env, "com/android/bluetooth/hdp/HealthService",
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 41 * communication between the Android device and a Bluetooth HDP-enabled device. Possible HDP
73 // Reading data from Bluetooth HDP device.
234 // Note that the logic of the state machine may need to be modified based on the HDP device.
235 // When the HDP device is connected, the received file descriptor is passed to the
280 // Thread to read incoming data received from the HDP device. This sample application merely
BluetoothHDPActivity.java 55 // Below are some examples. Refer to relevant Bluetooth HDP specifications for detail.
92 // Reading data from HDP device.
97 // Finish reading data from HDP device.
318 // Sends an update message, along with an HDP BluetoothDevice object, to
  /development/samples/BluetoothHDP/res/values/
strings.xml 18 <string name="app_name">HDP Sample</string>
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 144 /* These values are for the HDP profile */
250 #define UUID_SERVCLASS_HDP_PROFILE 0X1400 /* Health Device profile (HDP) */
251 #define UUID_SERVCLASS_HDP_SOURCE 0X1401 /* Health Device profile (HDP) */
252 #define UUID_SERVCLASS_HDP_SINK 0X1402 /* Health Device profile (HDP) */
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 30 import com.android.bluetooth.hdp.HealthService;
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 27 <li><a href="#HDP">Health Device Profile</a>
42 <li><a href="{@docRoot}resources/samples/BluetoothHDP/index.html">Bluetooth HDP (Health Device Profile)</a></li>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 328 /* The following pool is a dedicated pool for HDP
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc 101 const char *form = "'Rd, 'Rn, 'Rm'HDP";
102 const char *form_cmp = "'Rn, 'Rm'HDP";
103 const char *form_neg = "'Rd, 'Rm'HDP";
    [all...]
  /external/libnfc-nci/src/include/
gki_target.h 338 /* The following pool is a dedicated pool for HDP
  /external/vixl/src/a64/
disasm-a64.cc 108 const char *form = "'Rd, 'Rn, 'Rm'HDP";
109 const char *form_cmp = "'Rn, 'Rm'HDP";
110 const char *form_neg = "'Rd, 'Rm'HDP";
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0-highlights.jd 613 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Wi-Fi P2P and Bluetooth HDP</strong></p>
625 <p>Android 4.0 also introduces built-in support for connecting to <strong>Bluetooth Health Device Profile (HDP)</strong> devices. With support from third-party apps, users can connect to wireless medical devices and sensors in hospitals, fitness centers, homes, and elsewhere.</p>
    [all...]
  /packages/apps/Bluetooth/
AndroidManifest.xml 298 android:name = ".hdp.HealthService"
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 17 package com.android.bluetooth.hdp;
    [all...]
  /sdk/files/
devices.xml 271 HDP

Completed in 891 milliseconds

1 2