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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 46 boolean acceptIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 640 public boolean acceptIncomingConnect(BluetoothDevice device) {
641 if (DBG) log("acceptIncomingConnect");
644 return mService.acceptIncomingConnect(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 215 public boolean acceptIncomingConnect(BluetoothDevice device) {
218 return service.acceptIncomingConnect(device);
423 boolean acceptIncomingConnect(BluetoothDevice device) {

Completed in 85 milliseconds