Searched refs:ChMap (Results 1 – 1 of 1) sorted by relevance
| /edtt-latest/src/components/ |
| D | basic_commands.py | 1506 def le_set_host_channel_classification(transport, idx, ChMap, to): argument 1508 …LE_SET_HOST_CHANNEL_CLASSIFICATION_REQ, 7, HCICommands.BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF, *ChMap); 1540 ChMap = struct.unpack('<5B', packet[7:]); 1548 return status, handle, int.from_bytes(ChMap, 'little', signed=False)
|