Lines Matching refs:idx

484 def edtt_send_cmd(transport, idx, opcode, payload_fmt, payload_tuple):  argument
498 transport.send(idx, req)
501 def edtt_wait_cmd_cmpl(transport, idx, opcode, payload_fmt, to): argument
517 rsp = transport.recv(idx, rsp_size, to)
533 def echo(transport, idx, message, to): argument
536 transport.send(idx, cmd);
538 packet = transport.recv(idx, len(cmd), to);
566 def inquire(transport, idx, lap, length, NumRsp, to): argument
570 transport.send(idx, cmd);
572 packet = transport.recv(idx, 5, to);
590 def disconnect(transport, idx, handle, reason, to): argument
593 transport.send(idx, cmd);
595 packet = transport.recv(idx, 5, to);
614 def read_remote_version_information(transport, idx, handle, to): argument
617 transport.send(idx, cmd);
619 packet = transport.recv(idx, 5, to);
639 def set_event_mask(transport, idx, events, to): argument
642 transport.send(idx, cmd);
644 packet = transport.recv(idx, 5, to);
667 def reset(transport, idx, to): argument
670 transport.send(idx, cmd);
672 packet = transport.recv(idx, 5, to);
691 def read_transmit_power_level(transport, idx, handle, levelType, to): argument
694 transport.send(idx, cmd);
696 packet = transport.recv(idx, 8, to);
715 def set_controller_to_host_flow_control(transport, idx, FlowEnable, to): argument
718 transport.send(idx, cmd);
720 packet = transport.recv(idx, 5, to);
739 def host_buffer_size(transport, idx, AclMtu, ScoMtu, AclPkts, ScoPkts, to): argument
742 transport.send(idx, cmd);
744 packet = transport.recv(idx, 5, to);
764 def host_number_of_completed_packets(transport, idx, NumHandles, HHandle, HCount, to): argument
768 transport.send(idx, cmd);
770 packet = transport.recv(idx, 5, to);
788 def set_event_mask_page_2(transport, idx, EventsPage2, to): argument
791 transport.send(idx, cmd);
793 packet = transport.recv(idx, 5, to);
813 def write_le_host_support(transport, idx, suppLe, simul, to): argument
816 transport.send(idx, cmd);
818 packet = transport.recv(idx, 5, to);
838 def read_authenticated_payload_timeout(transport, idx, handle, to): argument
841 transport.send(idx, cmd);
843 packet = transport.recv(idx, 9, to);
863 def write_authenticated_payload_timeout(transport, idx, handle, AuthPayloadTimeout, to): argument
866 transport.send(idx, cmd);
868 packet = transport.recv(idx, 7, to);
889 def read_local_version_information(transport, idx, to): argument
892 transport.send(idx, cmd);
894 packet = transport.recv(idx, 13, to);
914 def read_local_supported_commands(transport, idx, to): argument
917 transport.send(idx, cmd);
919 packet = transport.recv(idx, 69, to);
939 def read_local_supported_features(transport, idx, to): argument
942 transport.send(idx, cmd);
944 packet = transport.recv(idx, 13, to);
967 def read_buffer_size(transport, idx, to): argument
970 transport.send(idx, cmd);
972 packet = transport.recv(idx, 5, to);
986 packet = transport.recv(idx, 7, to)
998 def read_bd_addr(transport, idx, to): argument
1001 transport.send(idx, cmd);
1003 packet = transport.recv(idx, 11, to);
1022 def read_rssi(transport, idx, handle, to): argument
1025 transport.send(idx, cmd);
1027 packet = transport.recv(idx, 8, to);
1045 def le_set_event_mask(transport, idx, events, to): argument
1048 transport.send(idx, cmd);
1050 packet = transport.recv(idx, 5, to);
1072 def le_read_buffer_size(transport, idx, to): argument
1075 transport.send(idx, cmd);
1077 packet = transport.recv(idx, 8, to);
1099 def le_read_buffer_size_v2(transport, idx, to): argument
1102 transport.send(idx, cmd);
1104 packet = transport.recv(idx, 11, to);
1122 def le_read_local_supported_features(transport, idx, to): argument
1125 transport.send(idx, cmd);
1127 packet = transport.recv(idx, 13, to);
1147 def le_set_random_address(transport, idx, BdaddrVal, to): argument
1150 transport.send(idx, cmd);
1152 packet = transport.recv(idx, 5, to);
1170 def le_set_advertising_parameters(transport, idx, MinInterval, MaxInterval, paramType, OwnAddrType,… argument
1174 transport.send(idx, cmd);
1176 packet = transport.recv(idx, 5, to);
1195 def le_read_advertising_channel_tx_power(transport, idx, to): argument
1198 transport.send(idx, cmd);
1200 packet = transport.recv(idx, 6, to);
1218 def le_set_advertising_data(transport, idx, dataLen, data, to): argument
1221 transport.send(idx, cmd);
1223 packet = transport.recv(idx, 5, to);
1241 def le_set_scan_response_data(transport, idx, dataLen, data, to): argument
1244 transport.send(idx, cmd);
1246 packet = transport.recv(idx, 5, to);
1265 def le_set_advertising_enable(transport, idx, enable, to): argument
1268 transport.send(idx, cmd);
1270 packet = transport.recv(idx, 5, to);
1289 def le_set_scan_parameters(transport, idx, ScanType, interval, window, AddrType, FilterPolicy, to): argument
1292 transport.send(idx, cmd);
1294 packet = transport.recv(idx, 5, to);
1312 def le_set_scan_enable(transport, idx, enable, FilterDup, to): argument
1315 transport.send(idx, cmd);
1317 packet = transport.recv(idx, 5, to);
1335 def le_create_connection(transport, idx, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, AVal… argument
1339 transport.send(idx, cmd);
1341 packet = transport.recv(idx, 5, to);
1362 def le_create_connection_cancel(transport, idx, to): argument
1365 transport.send(idx, cmd);
1367 packet = transport.recv(idx, 5, to);
1386 def le_read_filter_accept_list_size(transport, idx, to): argument
1389 transport.send(idx, cmd);
1391 packet = transport.recv(idx, 6, to);
1409 def le_clear_filter_accept_list(transport, idx, to): argument
1412 transport.send(idx, cmd);
1414 packet = transport.recv(idx, 5, to);
1432 def le_add_device_to_filter_accept_list(transport, idx, AddrType, AVal, to): argument
1435 transport.send(idx, cmd);
1437 packet = transport.recv(idx, 5, to);
1456 def le_remove_device_from_filter_accept_list(transport, idx, AddrType, AVal, to): argument
1459 transport.send(idx, cmd);
1461 packet = transport.recv(idx, 5, to);
1480 def le_connection_update(transport, idx, handle, ConnIntervalMin, ConnIntervalMax, ConnLatency, Sup… argument
1483 transport.send(idx, cmd);
1485 packet = transport.recv(idx, 5, to);
1506 def le_set_host_channel_classification(transport, idx, ChMap, to): argument
1509 transport.send(idx, cmd);
1511 packet = transport.recv(idx, 5, to);
1529 def le_read_channel_map(transport, idx, handle, to): argument
1532 transport.send(idx, cmd);
1534 packet = transport.recv(idx, 12, to);
1554 def le_read_remote_features(transport, idx, handle, to): argument
1557 transport.send(idx, cmd);
1559 packet = transport.recv(idx, 5, to);
1578 def le_encrypt(transport, idx, key, plaintext, to): argument
1591 transport.send(idx, cmd);
1593 packet = transport.recv(idx, 21, to);
1613 def le_rand(transport, idx, to): argument
1616 transport.send(idx, cmd);
1618 packet = transport.recv(idx, 13, to);
1635 def le_start_encryption(transport, idx, handle, rand, ediv, ltk, to): argument
1647 edtt_send_cmd(transport, idx, Commands.CMD_LE_START_ENCRYPTION_REQ, 'HHQH16B',
1649 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_LE_START_ENCRYPTION_RSP, 'B', to)[0]
1657 def le_long_term_key_request_reply(transport, idx, handle, ltk, to): argument
1660 transport.send(idx, cmd);
1662 packet = transport.recv(idx, 7, to);
1681 def le_long_term_key_request_negative_reply(transport, idx, handle, to): argument
1684 transport.send(idx, cmd);
1686 packet = transport.recv(idx, 7, to);
1707 def le_read_supported_states(transport, idx, to): argument
1710 transport.send(idx, cmd);
1712 packet = transport.recv(idx, 13, to);
1732 def le_receiver_test(transport, idx, RxCh, to): argument
1735 transport.send(idx, cmd);
1737 packet = transport.recv(idx, 5, to);
1756 def le_transmitter_test(transport, idx, TxCh, TestDataLen, PktPayload, to): argument
1759 transport.send(idx, cmd);
1761 packet = transport.recv(idx, 5, to);
1780 def le_test_end(transport, idx, to): argument
1783 transport.send(idx, cmd);
1785 packet = transport.recv(idx, 7, to);
1804 def le_remote_connection_parameter_request_reply(transport, idx, handle, IntervalMin, IntervalMax, … argument
1807 transport.send(idx, cmd);
1809 packet = transport.recv(idx, 7, to);
1829 def le_remote_connection_parameter_request_negative_reply(transport, idx, handle, reason, to): argument
1832 transport.send(idx, cmd);
1834 packet = transport.recv(idx, 7, to);
1854 def le_set_data_length(transport, idx, handle, TxOctets, TxTime, to): argument
1857 transport.send(idx, cmd);
1859 packet = transport.recv(idx, 7, to);
1879 def le_read_suggested_default_data_length(transport, idx, to): argument
1882 transport.send(idx, cmd);
1884 packet = transport.recv(idx, 9, to);
1905 def le_write_suggested_default_data_length(transport, idx, MaxTxOctets, MaxTxTime, to): argument
1908 transport.send(idx, cmd);
1910 packet = transport.recv(idx, 5, to);
1930 def le_read_local_p_256_public_key_command(transport, idx, to): argument
1933 transport.send(idx, cmd);
1935 packet = transport.recv(idx, 5, to);
1956 def le_generate_dhkey_command(transport, idx, key, to): argument
1959 transport.send(idx, cmd);
1961 packet = transport.recv(idx, 5, to);
1980 def le_add_device_to_resolving_list(transport, idx, PeerIdAddrType, AVal, PeerIrk, LocalIrk, to): argument
1985 transport.send(idx, cmd);
1987 packet = transport.recv(idx, 5, to);
2006 def le_remove_device_from_resolving_list(transport, idx, PeerIdAddrType, AVal, to): argument
2009 transport.send(idx, cmd);
2011 packet = transport.recv(idx, 5, to);
2030 def le_clear_resolving_list(transport, idx, to): argument
2033 transport.send(idx, cmd);
2035 packet = transport.recv(idx, 5, to);
2055 def le_read_resolving_list_size(transport, idx, to): argument
2058 transport.send(idx, cmd);
2060 packet = transport.recv(idx, 6, to);
2080 def le_read_peer_resolvable_address(transport, idx, PeerIdAddrType, AVal, to): argument
2083 transport.send(idx, cmd);
2085 packet = transport.recv(idx, 11, to);
2105 def le_read_local_resolvable_address(transport, idx, PeerIdAddrType, AVal, to): argument
2108 transport.send(idx, cmd);
2110 packet = transport.recv(idx, 11, to);
2131 def le_set_address_resolution_enable(transport, idx, enable, to): argument
2134 transport.send(idx, cmd);
2136 packet = transport.recv(idx, 5, to);
2155 def le_set_resolvable_private_address_timeout(transport, idx, RpaTimeout, to): argument
2158 transport.send(idx, cmd);
2160 packet = transport.recv(idx, 5, to);
2180 def le_read_maximum_data_length(transport, idx, to): argument
2183 transport.send(idx, cmd);
2185 packet = transport.recv(idx, 13, to);
2204 def le_read_phy(transport, idx, handle, to): argument
2207 transport.send(idx, cmd);
2209 packet = transport.recv(idx, 9, to);
2228 def le_set_default_phy(transport, idx, AllPhys, TxPhys, RxPhys, to): argument
2231 transport.send(idx, cmd);
2233 packet = transport.recv(idx, 5, to);
2253 def le_set_phy(transport, idx, handle, AllPhys, TxPhys, RxPhys, PhyOpts, to): argument
2256 transport.send(idx, cmd);
2258 packet = transport.recv(idx, 5, to);
2277 def le_enhanced_receiver_test(transport, idx, RxCh, phy, ModIndex, to): argument
2280 transport.send(idx, cmd);
2282 packet = transport.recv(idx, 5, to);
2301 def le_enhanced_transmitter_test(transport, idx, TxCh, TestDataLen, PktPayload, phy, to): argument
2304 transport.send(idx, cmd);
2306 packet = transport.recv(idx, 5, to);
2324 def le_set_extended_advertising_parameters(transport, idx, handle, props, PrimMinInterval, PrimMaxI… argument
2330 transport.send(idx, cmd);
2332 packet = transport.recv(idx, 5, to);
2352 packet = transport.recv(idx, 1, to);
2364 def le_set_extended_advertising_data(transport, idx, handle, op, FragPref, data, to): argument
2367 transport.send(idx, cmd);
2369 packet = transport.recv(idx, 5, to);
2387 def le_set_extended_scan_response_data(transport, idx, handle, op, FragPref, data, to): argument
2390 transport.send(idx, cmd);
2392 packet = transport.recv(idx, 5, to);
2414 def le_set_extended_advertising_enable(transport, idx, enable, SetNum, SHandle, SDuration, SMaxExtA… argument
2419 transport.send(idx, cmd);
2421 packet = transport.recv(idx, 5, to);
2440 def le_read_maximum_advertising_data_length(transport, idx, to): argument
2443 transport.send(idx, cmd);
2445 packet = transport.recv(idx, 5, to);
2459 packet = transport.recv(idx, 2, to)
2471 def le_read_number_of_supported_advertising_sets(transport, idx, to): argument
2474 transport.send(idx, cmd);
2476 packet = transport.recv(idx, 5, to);
2490 packet = transport.recv(idx, 1, to)
2499 def le_remove_advertising_set(transport, idx, handle, to): argument
2502 transport.send(idx, cmd);
2504 packet = transport.recv(idx, 5, to);
2522 def le_clear_advertising_sets(transport, idx, to): argument
2525 transport.send(idx, cmd);
2527 packet = transport.recv(idx, 5, to);
2545 def le_set_periodic_advertising_parameters(transport, idx, handle, MinInterval, MaxInterval, props,… argument
2548 transport.send(idx, cmd);
2550 packet = transport.recv(idx, 5, to);
2572 def le_set_periodic_advertising_data(transport, idx, handle, op, dataLen, data, to): argument
2575 transport.send(idx, cmd);
2577 packet = transport.recv(idx, 5, to);
2596 def le_set_periodic_advertising_enable(transport, idx, enable, handle, to): argument
2599 transport.send(idx, cmd);
2601 packet = transport.recv(idx, 5, to);
2620 def le_set_extended_scan_parameters(transport, idx, OwnAddrType, FilterPolicy, phys, PType, PInterv… argument
2626 transport.send(idx, cmd);
2628 packet = transport.recv(idx, 5, to);
2646 def le_set_extended_scan_enable(transport, idx, enable, FilterDup, duration, period, to): argument
2649 transport.send(idx, cmd);
2651 packet = transport.recv(idx, 5, to);
2670 def le_extended_create_connection(transport, idx, FilterPolicy, OwnAddrType, PeerAddrType, AVal, ph… argument
2678 transport.send(idx, cmd);
2680 packet = transport.recv(idx, 5, to);
2699 def le_periodic_advertising_create_sync(transport, idx, FilterPolicy, sid, AddrType, AVal, skip, Sy… argument
2703 transport.send(idx, cmd);
2705 packet = transport.recv(idx, 5, to);
2724 def le_periodic_advertising_create_sync_cancel(transport, idx, to): argument
2727 transport.send(idx, cmd);
2729 packet = transport.recv(idx, 5, to);
2748 def le_periodic_advertising_terminate_sync(transport, idx, handle, to): argument
2751 transport.send(idx, cmd);
2753 packet = transport.recv(idx, 5, to);
2773 def le_add_device_to_periodic_advertiser_list(transport, idx, AddrType, AVal, sid, to): argument
2777 transport.send(idx, cmd);
2779 packet = transport.recv(idx, 5, to);
2798 def le_remove_device_from_periodic_advertiser_list(transport, idx, AddrType, AVal, sid, to): argument
2802 transport.send(idx, cmd);
2804 packet = transport.recv(idx, 5, to);
2823 def le_clear_periodic_advertiser_list(transport, idx, to): argument
2826 transport.send(idx, cmd);
2828 packet = transport.recv(idx, 5, to);
2848 def le_read_periodic_advertiser_list_size(transport, idx, to): argument
2851 transport.send(idx, cmd);
2853 packet = transport.recv(idx, 5, to);
2867 packet = transport.recv(idx, 1, to)
2876 def le_read_transmit_power(transport, idx, to): argument
2879 transport.send(idx, cmd);
2881 packet = transport.recv(idx, 7, to);
2900 def le_read_rf_path_compensation(transport, idx, to): argument
2903 transport.send(idx, cmd);
2905 packet = transport.recv(idx, 5, to);
2919 packet = transport.recv(idx, 4, to)
2933 def le_write_rf_path_compensation(transport, idx, TxPathComp, RxPathComp, to): argument
2936 transport.send(idx, cmd);
2938 packet = transport.recv(idx, 5, to);
2957 def le_set_privacy_mode(transport, idx, IdAddrType, AVal, mode, to): argument
2961 transport.send(idx, cmd);
2963 packet = transport.recv(idx, 5, to);
2981 def write_bd_addr(transport, idx, BdaddrVal, to): argument
2984 transport.send(idx, cmd);
2986 packet = transport.recv(idx, 5, to);
3004 def flush_events(transport, idx, to): argument
3007 transport.send(idx, cmd);
3009 packet = transport.recv(idx, 4, to);
3026 def has_event(transport, idx, to): argument
3032 transport.send(idx, cmd);
3034 packet = transport.recv(idx, 5, 100);
3060 def get_event(transport, idx, to, multiple=False): argument
3063 transport.send(idx, cmd);
3066 packet = transport.recv(idx, nBytes, to);
3078 packet = transport.recv(idx, 8, to);
3080 data = "" if eventLen == 0 else transport.recv(idx, eventLen, to);
3091 data = "" if RespLen <= 6 else transport.recv(idx, RespLen - 6, to);
3099 transport.Trace.btsnoop.send_event(idx, packet, data)
3106 def le_data_flush(transport, idx, to): argument
3109 transport.send(idx, cmd);
3111 packet = transport.recv(idx, 4, to);
3128 def le_data_ready(transport, idx, to): argument
3132 transport.send(idx, cmd);
3134 packet = transport.recv(idx, 5, 100);
3159 def le_data_write(transport, idx, handle, PbFlags, BcFlags, data, to): argument
3164 transport.send(idx, cmd);
3166 packet = transport.recv(idx, 5, to);
3184 def le_data_read(transport, idx, to): argument
3187 transport.send(idx, cmd);
3189 packet = transport.recv(idx, 12, to);
3196 packet = transport.recv(idx, RespLen - 8, to);
3212 transport.Trace.btsnoop.send_monitor_acl_rx(idx, handle, dataLen, packet)
3219 def switch_gatt_service_set(transport, idx, serviceSet, to): argument
3222 transport.send(idx, cmd);
3224 packet = transport.recv(idx, 4, to);
3240 def gatt_service_notify(transport, idx, to): argument
3243 transport.send(idx, cmd);
3245 packet = transport.recv(idx, 4, to);
3261 def gatt_service_indicate(transport, idx, to): argument
3264 transport.send(idx, cmd);
3266 packet = transport.recv(idx, 4, to);
3282 def le_iso_data_flush(transport, idx, to): argument
3285 transport.send(idx, cmd)
3287 packet = transport.recv(idx, 4, to)
3303 def le_iso_data_ready(transport, idx, to): argument
3307 transport.send(idx, cmd)
3309 packet = transport.recv(idx, 5, 100);
3333 def le_iso_data_write_rsp(transport, idx, to): argument
3334 packet = transport.recv(idx, 5, to)
3352 def le_iso_data_write(transport, idx, handle, PbFlags, TsFlag, data, to): argument
3358 transport.send(idx, cmd)
3363 return le_iso_data_write_rsp(transport, idx, to)
3368 def le_iso_data_read(transport, idx, to): argument
3371 transport.send(idx, cmd)
3373 packet = transport.recv(idx, 12, to)
3380 packet = transport.recv(idx, RespLen - 8, to)
3392 transport.Trace.btsnoop.send_monitor_iso_rx(idx, handle, dataLen, packet)
3405 def le_set_cig_parameters(transport, idx, CigId, SduIntervalMToS, SduIntervalSToM, PeripheralsClock… argument
3414 …edtt_send_cmd(transport, idx, Commands.CMD_LE_SET_CIG_PARAMETERS_REQ, 'HB3B3BBBBHHB' + CisCount * …
3418 … edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_LE_SET_CIG_PARAMETERS_RSP, f'BBB{CisCount}H', to)
3427 def le_set_cig_parameters_test(transport, idx, CigId, SduIntervalMToS, SduIntervalSToM, FtMToS, FtS… argument
3437 edtt_send_cmd(transport, idx, Commands.CMD_LE_SET_CIG_PARAMETERS_TEST_REQ,
3441 …edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_LE_SET_CIG_PARAMETERS_TEST_RSP, f'BBB{CisCount}H',…
3450 def le_create_cis(transport, idx, CisCount, CisConnectionHandle, AclConnectionHandle, to): argument
3455 …edtt_send_cmd(transport, idx, Commands.CMD_LE_CREATE_CIS_REQ, 'HB' + CisCount * 'HH', cmd_paramete…
3457 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_LE_CREATE_CIS_RSP, 'B', to)[0]
3463 def le_remove_cig(transport, idx, CigId, to): argument
3466 transport.send(idx, cmd)
3468 packet = transport.recv(idx, 6, to)
3488 def le_accept_cis_request(transport, idx, ConnectionHandle, to): argument
3494 transport.send(idx, cmd)
3496 packet = transport.recv(idx, 5, to)
3516 def le_reject_cis_request(transport, idx, ConnectionHandle, Reason, to): argument
3522 transport.send(idx, cmd)
3524 packet = transport.recv(idx, 7, to)
3540 def le_request_peer_sca(transport, idx, acl_conn_handle, to): argument
3550 edtt_send_cmd(transport, idx, Commands.CMD_HCI_LE_REQUEST_PEER_SCA_REQ, 'HH', cmd_parameters)
3552 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_HCI_LE_REQUEST_PEER_SCA_RSP, 'B', to)[0]
3560 def le_setup_iso_data_path(transport, idx, ConnectionHandle, DataPathDirection, DataPathId, CodecId… argument
3568 transport.send(idx, cmd)
3570 packet = transport.recv(idx, 7, to)
3590 def le_remove_iso_data_path(transport, idx, ConnectionHandle, DataPathDirection, to): argument
3597 transport.send(idx, cmd)
3599 packet = transport.recv(idx, 7, to)
3618 def le_set_host_feature(transport, idx, BitNumber, BitValue, to): argument
3621 transport.send(idx, cmd)
3623 packet = transport.recv(idx, 5, to)
3639 def get_ixit_value(transport, idx, ixit, to): argument
3647 edtt_send_cmd(transport, idx, Commands.CMD_GET_IXIT_VALUE_REQ, 'BBB',
3649 … return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_GET_IXIT_VALUE_RSP, ixit.value_fmt, to)[0]
3652 def hci_le_iso_transmit_test(transport, idx, connection_handle, payload_type, to): argument
3663 edtt_send_cmd(transport, idx, Commands.CMD_HCI_LE_ISO_TRANSMIT_TEST_REQ, 'HHB',
3665 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_HCI_LE_ISO_TRANSMIT_TEST_RSP, 'BH', to)
3668 def hci_le_iso_receive_test(transport, idx, connection_handle, payload_type, to): argument
3679 edtt_send_cmd(transport, idx, Commands.CMD_HCI_LE_ISO_RECEIVE_TEST_REQ, 'HHB',
3681 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_HCI_LE_ISO_RECEIVE_TEST_RSP, 'BH', to)
3684 def hci_le_iso_read_test_counters_test(transport, idx, connection_handle, to): argument
3694 edtt_send_cmd(transport, idx, Commands.CMD_HCI_LE_ISO_READ_TEST_COUNTERS_REQ, 'HH',
3696 …return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_HCI_LE_ISO_READ_TEST_COUNTERS_RSP, 'BHIII',…
3699 def hci_le_iso_test_end(transport, idx, connection_handle, to): argument
3708 …edtt_send_cmd(transport, idx, Commands.CMD_HCI_LE_ISO_TEST_END_REQ, 'HH', (HCICommands.BT_HCI_OP_L…
3710 return edtt_wait_cmd_cmpl(transport, idx, Commands.CMD_HCI_LE_ISO_TEST_END_RSP, 'BHIII', to)