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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 47 boolean rejectIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 657 public boolean rejectIncomingConnect(BluetoothDevice device) {
658 if (DBG) log("rejectIncomingConnect");
661 return mService.rejectIncomingConnect(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 221 public boolean rejectIncomingConnect(BluetoothDevice device) {
224 return service.rejectIncomingConnect(device);
428 boolean rejectIncomingConnect(BluetoothDevice device) {

Completed in 122 milliseconds