Home
last modified time | relevance | path

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

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java264 int basePid = 1; in getSupportedPIDs() local
274 basePid, byte0, byte1, byte2, byte3)); in getSupportedPIDs()
280 int command = basePid + 8 * byteIndex + 7 - bitIndex; in getSupportedPIDs()
289 basePid += 0x20; in getSupportedPIDs()