HomeSort by relevance Sort by last modified time
    Searched defs:connectChannel (Results 1 - 3 of 3) sorted by null

  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 268 private void connectChannel() {
360 ((BluetoothHDPActivity) getActivity()).connectChannel();
BluetoothHDPService.java 125 connectChannel();
185 private void connectChannel() {
186 Log.i(TAG, "connectChannel()");
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 192 return connectChannel(device, config, BluetoothHealth.CHANNEL_TYPE_ANY);
205 boolean connectChannel(BluetoothDevice device,

Completed in 244 milliseconds