Home
last modified time | relevance | path

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

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