Searched refs:connection_handle (Results 1 – 2 of 2) sorted by relevance
/edtt-3.6.0-3.5.0-3.4.0/src/components/ |
D | basic_commands.py | 3652 def hci_le_iso_transmit_test(transport, idx, connection_handle, payload_type, to): argument 3664 (HCICommands.BT_HCI_OP_LE_ISO_TRANSMIT_TEST, connection_handle, payload_type)) 3668 def hci_le_iso_receive_test(transport, idx, connection_handle, payload_type, to): argument 3680 (HCICommands.BT_HCI_OP_LE_ISO_RECEIVE_TEST, connection_handle, payload_type)) 3684 def hci_le_iso_read_test_counters_test(transport, idx, connection_handle, to): argument 3695 (HCICommands.BT_HCI_OP_LE_ISO_READ_TEST_COUNTERS, connection_handle)) 3699 def hci_le_iso_test_end(transport, idx, connection_handle, to): argument 3709 connection_handle))
|
/edtt-3.6.0-3.5.0-3.4.0/src/tests/ |
D | ll_verification.py | 8294 status, connection_handle, received_sdu_count, missed_sdu_count, failed_sdu_count = \ 8311 …status, connection_handle, _, _, _ = hci_le_iso_test_end(transport, receiver, receiver_cis_handle,… 8316 …status, connection_handle, _, _, _ = hci_le_iso_test_end(transport, transmitter, transmitter_cis_h…
|