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

  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 94 private BluetoothHealth mBluetoothHealth;
176 mBluetoothHealth.registerSinkAppConfiguration(TAG, dataType, mHealthCallback);
181 mBluetoothHealth.unregisterAppConfiguration(mHealthAppConfig);
187 mBluetoothHealth.connectChannelToSource(mDevice, mHealthAppConfig);
193 mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig, mChannelId);
201 mBluetoothHealth = (BluetoothHealth) proxy;
209 mBluetoothHealth = null;

Completed in 66 milliseconds