HomeSort by relevance Sort by last modified time
    Searched refs:mChannelId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 202 chan.mChannelId = connectChannelNative(devAddr, appId);
203 if (chan.mChannelId == -1) {
207 chan.mChannelFd, chan.mChannelId);
211 chan.mChannelFd, chan.mChannelId);
218 if (!disconnectChannelNative(chan.mChannelId)) {
222 chan.mChannelFd, chan.mChannelId);
226 chan.mChannelFd, chan.mChannelId);
249 HealthChannel chan = findChannelById(channelStateEvent.mChannelId);
264 chan.mChannelId = channelStateEvent.mChannelId;
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 96 private int mChannelId;
193 mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig, mChannelId);
246 mChannelId = channelId;

Completed in 1423 milliseconds