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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl40 boolean rejectIncomingConnect(in BluetoothDevice device);
H A DBluetoothHeadset.java463 public boolean rejectIncomingConnect(BluetoothDevice device) { method in class:BluetoothHeadset
464 if (DBG) log("rejectIncomingConnect");
467 return mService.rejectIncomingConnect(device);
H A DBluetoothDeviceProfileState.java762 ret = mHeadsetService.rejectIncomingConnect(mDevice);

Completed in 46 milliseconds