Searched refs:manufacturerId (Results 1 – 1 of 1) sorted by relevance
78 int manufacturerId = data.getManufacturerSpecificData().keyAt(i); in advertiseDataToBytes() local80 byte[] manufacturerData = data.getManufacturerSpecificData().get(manufacturerId); in advertiseDataToBytes()84 concated[0] = (byte) (manufacturerId & 0xFF); in advertiseDataToBytes()85 concated[1] = (byte) ((manufacturerId >> 8) & 0xFF); in advertiseDataToBytes()