Searched refs:read_buffer_size (Results 1 – 3 of 3) sorted by relevance
/edtt-3.6.0-3.5.0-3.4.0/src/components/ |
D | preambles.py | 509 … status, AclMaxLen, ScoMaxLen, AclMaxNum, ScoMaxNum = read_buffer_size(transport, idx, 100);
|
D | basic_commands.py | 967 def read_buffer_size(transport, idx, to): function
|
/edtt-3.6.0-3.5.0-3.4.0/src/tests/ |
D | hci_verification.py | 46 status = read_buffer_size(transport, idx, 100); 195 status, AclMaxLen, ScoMaxLen, AclMaxNum, ScoMaxNum = read_buffer_size(transport, idx, 100);
|