Searched refs:registerApp (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputHost.aidl27 boolean registerApp(in BluetoothHidDeviceAppConfiguration config,
H A DBluetoothInputHost.java65 * @see #registerApp(String, String, String, byte, byte[],
354 public boolean registerApp(BluetoothHidDeviceAppSdpSettings sdp, method in class:BluetoothInputHost
357 Log.v(TAG, "registerApp(): sdp=" + sdp + " inQos=" + inQos + " outQos=" + outQos
372 result = mService.registerApp(config, sdp, inQos, outQos, cbw);
386 * {@link #registerApp(String, String, String, byte, byte[], BluetoothHidDeviceCallback)}
H A DBluetoothGatt.java732 private boolean registerApp(BluetoothGattCallback callback, Handler handler) { method in class:BluetoothGatt
733 if (DBG) Log.d(TAG, "registerApp()");
739 if (DBG) Log.d(TAG, "registerApp() - UUID=" + uuid);
802 if (!registerApp(callback, handler)) {

Completed in 975 milliseconds