Searched refs:acceptIncomingConnect (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java679 public boolean acceptIncomingConnect(BluetoothDevice device) { method in class:BluetoothHeadset
680 if (DBG) log("acceptIncomingConnect");
683 return mService.acceptIncomingConnect(device);
H A DIBluetoothHeadset.aidl46 boolean acceptIncomingConnect(in BluetoothDevice device);

Completed in 155 milliseconds