Home
last modified time | relevance | path

Searched refs:getConnectionHandle (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java191 deviceProperties.getConnectionHandle( in reset()
376 int getConnectionHandle(int transport) { in getConnectionHandle() method in RemoteDevices.DeviceProperties
1301 deviceProperties.getConnectionHandle(BluetoothDevice.TRANSPORT_LE); in removeAddressMapping()
1303 deviceProperties.getConnectionHandle(BluetoothDevice.TRANSPORT_BREDR); in removeAddressMapping()
DAdapterService.java2810 public int getConnectionHandle( in getConnectionHandle() method in AdapterService.AdapterServiceBinder
2822 return service.getConnectionHandle(device, transport); in getConnectionHandle()
4986 int getConnectionHandle(BluetoothDevice device, int transport) { in getConnectionHandle() method in AdapterService
4991 return deviceProp.getConnectionHandle(transport); in getConnectionHandle()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl113 …int getConnectionHandle(in BluetoothDevice device, int transport, in AttributionSource attribution… in getConnectionHandle() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2316 public int getConnectionHandle(@Transport int transport) { in getConnectionHandle() method in BluetoothDevice
2328 return service.getConnectionHandle(this, transport, mAttributionSource); in getConnectionHandle()
DBluetoothQualityReport.java810 public int getConnectionHandle() { in getConnectionHandle() method in BluetoothQualityReport.BqrCommon
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt197 …TH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionHandle(int);
884 method public int getConnectionHandle();