Home
last modified time | relevance | path

Searched refs:modelIdBytes (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java130 ByteBuffer modelIdBytes = ByteBuffer.allocate(4).order(ByteOrder.BIG_ENDIAN).putInt( in advertiseModelId() local
132 mAdvertisingHandler.startAdvertising(Arrays.copyOfRange(modelIdBytes.array(), 1, 4), in advertiseModelId()
DFastPairGattServer.java417 ByteBuffer modelIdBytes = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN).putInt( in FastPairGattServer() local
419 mModelId = Arrays.copyOfRange(modelIdBytes.array(), 0, 3); in FastPairGattServer()