Home
last modified time | relevance | path

Searched refs:startRfcommListener (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl271 …int startRfcommListener(String name, in ParcelUuid uuid, in PendingIntent intent, in AttributionSo… in startRfcommListener() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2007 private int startRfcommListener( in startRfcommListener() method in AdapterService
3935 public int startRfcommListener( in startRfcommListener() method in AdapterService.AdapterServiceBinder
3948 return service.startRfcommListener(name, uuid, pendingIntent, attributionSource); in startRfcommListener()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3148 return mService.startRfcommListener( in startRfcommServer()