Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Dbasic_commands.py3488 def le_accept_cis_request(transport, idx, ConnectionHandle, to): argument
3490 ConnectionHandle &= 0x0fff
3493 ConnectionHandle)
3516 def le_reject_cis_request(transport, idx, ConnectionHandle, Reason, to): argument
3518 ConnectionHandle &= 0x0fff
3521 ConnectionHandle, Reason)
3560 def le_setup_iso_data_path(transport, idx, ConnectionHandle, DataPathDirection, DataPathId, CodecId… argument
3563 ConnectionHandle &= 0x0fff
3567ConnectionHandle, DataPathDirection, DataPathId, *CodecId, *toArray(ControllerDelay, 3), CodecConf…
3590 def le_remove_iso_data_path(transport, idx, ConnectionHandle, DataPathDirection, to): argument
[all …]