Home
last modified time | relevance | path

Searched refs:rejectIncomingConnect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadset.aidl47 boolean rejectIncomingConnect(in BluetoothDevice device); in rejectIncomingConnect() method
DBluetoothHeadset.java696 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in BluetoothHeadset
700 return mService.rejectIncomingConnect(device); in rejectIncomingConnect()