Home
last modified time | relevance | path

Searched defs:uuidMsb (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java294 long uuidMsb = 0x01; in testGroupLockSetNative() local
302 getByteAddress(mTestDevice), group_id, group_size, 1, uuidLsb, uuidMsb); in testGroupLockSetNative() local
349 long uuidMsb = 0x01; in testGroupExclusiveLockSet() local
357 getByteAddress(mTestDevice), group_id, group_size, 1, uuidLsb, uuidMsb); in testGroupExclusiveLockSet() local
485 long uuidMsb = 0x01; in testStackEventDeviceAvailable() local
493 getByteAddress(mTestDevice), group_id, group_size, 0x02, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
510 getByteAddress(mTestDevice2), group_id, group_size, 0x01, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
514 getByteAddress(mTestDevice3), group_id, group_size, 0x03, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
531 long uuidMsb = BluetoothUuid.CAP.getUuid().getMostSignificantBits(); in testStackEventSetMemberAvailableAfterGroupConnected() local
546 getByteAddress(mTestDevice), group_id, group_size, 0x02, uuidLsb, uuidMsb); in testStackEventSetMemberAvailableAfterGroupConnected() local
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java152 byte[] address, int groupId, int groupSize, int rank, long uuidLsb, long uuidMsb) { in onDeviceAvailable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java70 void onScannerRegistered(int status, int scannerId, long uuidLsb, long uuidMsb) in onScannerRegistered()
75 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb) in onClientRegistered()
239 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered()
328 private native void gattClientReadUsingCharacteristicUuidNative(int connId, long uuidMsb, in gattClientReadUsingCharacteristicUuidNative()
480 public void gattClientReadUsingCharacteristicUuid(int connId, long uuidMsb, in gattClientReadUsingCharacteristicUuid()
DGattService.java2079 void onScannerRegistered(int status, int scannerId, long uuidLsb, long uuidMsb) in onScannerRegistered()
2146 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb) in onClientRegistered()
4202 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered()