Searched refs:modelIdBytes (Results 1 – 2 of 2) sorted by relevance
130 ByteBuffer modelIdBytes = ByteBuffer.allocate(4).order(ByteOrder.BIG_ENDIAN).putInt( in advertiseModelId() local132 mAdvertisingHandler.startAdvertising(Arrays.copyOfRange(modelIdBytes.array(), 1, 4), in advertiseModelId()
417 ByteBuffer modelIdBytes = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN).putInt( in FastPairGattServer() local419 mModelId = Arrays.copyOfRange(modelIdBytes.array(), 0, 3); in FastPairGattServer()