Home
last modified time | relevance | path

Searched defs:registerBluetoothConnectionCallback (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java4663 public boolean registerBluetoothConnectionCallback( in registerBluetoothConnectionCallback() method in BluetoothAdapter
4686 private void registerBluetoothConnectionCallback() { in registerBluetoothConnectionCallback() method in BluetoothAdapter
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl249 …oneway void registerBluetoothConnectionCallback(in IBluetoothConnectionCallback callback, in Attri… in registerBluetoothConnectionCallback() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3509 public void registerBluetoothConnectionCallback( in registerBluetoothConnectionCallback() method in AdapterService.AdapterServiceBinder