Home
last modified time | relevance | path

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

/edtt-2.7.6/src/components/
Dbasic_commands.py1357 def le_set_host_channel_classification(transport, idx, ChMap, to): argument
1359 …LE_SET_HOST_CHANNEL_CLASSIFICATION_REQ, 7, HCICommands.BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF, *ChMap);
1391 ChMap = struct.unpack('<5B', packet[7:]);
1399 return status, handle, ChMap;