Searched refs:subAddrLen (Results 1 – 1 of 1) sorted by relevance
623 int subAddrLen = subAddrBis.read(8); in parsePduFromEfRecord() local624 byte[] subdata = new byte[subAddrLen]; in parsePduFromEfRecord()625 for (int index = 0; index < subAddrLen; index++) { in parsePduFromEfRecord()