Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java284 long uuidMsb = 0x01; in testGroupLockSetNative() local
292 getByteAddress(mTestDevice), group_id, group_size, 1, uuidLsb, uuidMsb); in testGroupLockSetNative() local
339 long uuidMsb = 0x01; in testGroupExclusiveLockSet() local
347 getByteAddress(mTestDevice), group_id, group_size, 1, uuidLsb, uuidMsb); in testGroupExclusiveLockSet() local
475 long uuidMsb = 0x01; in testStackEventDeviceAvailable() local
483 getByteAddress(mTestDevice), group_id, group_size, 0x02, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
500 getByteAddress(mTestDevice2), group_id, group_size, 0x01, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
504 getByteAddress(mTestDevice3), group_id, group_size, 0x03, uuidLsb, uuidMsb); in testStackEventDeviceAvailable() local
/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/
DGattService.java1948 void onScannerRegistered(int status, int scannerId, long uuidLsb, long uuidMsb) in onScannerRegistered()
2015 void onClientRegistered(int status, int clientIf, long uuidLsb, long uuidMsb) in onClientRegistered()
3912 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered()
4795 private native void gattClientReadUsingCharacteristicUuidNative(int connId, long uuidMsb, in gattClientReadUsingCharacteristicUuidNative()