Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java250 int getSocketL2capLocalChannelId(ParcelUuid connectionUuid) { in getSocketL2capLocalChannelId() argument
252 connectionUuid.getUuid().getLeastSignificantBits(), in getSocketL2capLocalChannelId()
253 connectionUuid.getUuid().getMostSignificantBits()); in getSocketL2capLocalChannelId()
256 int getSocketL2capRemoteChannelId(ParcelUuid connectionUuid) { in getSocketL2capRemoteChannelId() argument
258 connectionUuid.getUuid().getLeastSignificantBits(), in getSocketL2capRemoteChannelId()
259 connectionUuid.getUuid().getMostSignificantBits()); in getSocketL2capRemoteChannelId()
DBluetoothSocketManagerBinder.java137 public int getL2capLocalChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capLocalChannelId() argument
147 return service.getNative().getSocketL2capLocalChannelId(connectionUuid); in getL2capLocalChannelId()
151 public int getL2capRemoteChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capRemoteChannelId() argument
161 return service.getNative().getSocketL2capRemoteChannelId(connectionUuid); in getL2capRemoteChannelId()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSocketManager.aidl37 … int getL2capLocalChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capLocalChannelId() argument
39 … int getL2capRemoteChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capRemoteChannelId() argument