Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java403 int manufacturerId = advertiseData.getManufacturerSpecificData().keyAt(0); in getManufacturerData() local
405 manufacturerId); in getManufacturerData()
409 concated[0] = (byte) (manufacturerId & 0xFF); in getManufacturerData()
410 concated[1] = (byte) ((manufacturerId >> 8) & 0xFF); in getManufacturerData()