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[],
351 public boolean registerApp(BluetoothHidDeviceAppSdpSettings sdp, method in class:BluetoothInputHost
354 Log.v(TAG, "registerApp(): sdp=" + sdp + " inQos=" + inQos + " outQos=" + outQos
370 result = service.registerApp(config, sdp, inQos, outQos, cbw);
384 * {@link #registerApp(String, String, String, byte, byte[], BluetoothHidDeviceCallback)}
H A DBluetoothGatt.java746 private boolean registerApp(BluetoothGattCallback callback, Handler handler) { method in class:BluetoothGatt
747 if (DBG) Log.d(TAG, "registerApp()");
753 if (DBG) Log.d(TAG, "registerApp() - UUID=" + uuid);
816 if (!registerApp(callback, handler)) {

Completed in 59 milliseconds