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

  /external/chromium_org/remoting/webapp/
wcs.js 65 this.wcsIqClient_.connectChannel();
wcs_iq_client_proto.js 21 remoting.WcsIqClient.prototype.connectChannel = function() {};
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 125 connectChannel();
185 private void connectChannel() {
186 Log.i(TAG, "connectChannel()");
BluetoothHDPActivity.java 268 private void connectChannel() {
360 ((BluetoothHDPActivity) getActivity()).connectChannel();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 428 return connectChannel(device, config, BluetoothHealth.CHANNEL_TYPE_ANY);
434 return connectChannel(device, config, channelType);
572 private boolean connectChannel(BluetoothDevice device,
575 Log.e(TAG, "connectChannel fail to get a app id from config");
    [all...]

Completed in 167 milliseconds