Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSocketManager.aidl37 … int getL2capLocalChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capLocalChannelId()
39 … int getL2capRemoteChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capRemoteChannelId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java137 public int getL2capLocalChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capLocalChannelId()
151 public int getL2capRemoteChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capRemoteChannelId()
DAdapterNativeInterface.java250 int getSocketL2capLocalChannelId(ParcelUuid connectionUuid) { in getSocketL2capLocalChannelId()
256 int getSocketL2capRemoteChannelId(ParcelUuid connectionUuid) { in getSocketL2capRemoteChannelId()