Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h53 #define IS_CIS_HANDLE(_handle) \ macro
57 #define IS_CIS_HANDLE(_handle) 0 macro
Dull_iso.c172 if (IS_CIS_HANDLE(handle)) { in ll_read_iso_tx_sync()
239 if (IS_ENABLED(CONFIG_BT_CTLR_CONN_ISO) && IS_CIS_HANDLE(handle)) { in ll_setup_iso_path()
546 } else if (IS_CIS_HANDLE(handle)) { in ll_remove_iso_path()
654 if (IS_CIS_HANDLE(handle)) { in ll_iso_test_sdu_alloc()
702 if (IS_CIS_HANDLE(handle)) { in ll_iso_test_sdu_emit()
834 if (IS_CIS_HANDLE(handle)) { in ll_iso_receive_test()
972 if (IS_CIS_HANDLE(handle)) { in ll_iso_read_test_counters()
1036 if (IS_CIS_HANDLE(handle)) { in ll_read_iso_link_quality()
1093 if (IS_CIS_HANDLE(handle)) { in ll_iso_transmit_test_send_sdu()
1234 if (IS_CIS_HANDLE(handle)) { in ll_iso_transmit_test()
[all …]
Dull_peripheral_iso.c61 if (!IS_CIS_HANDLE(handle) || ll_conn_iso_stream_get(handle)->group == NULL) { in ll_cis_get_acl_awaiting_reply()
Dull.c1698 } else if (IS_CIS_HANDLE(rx_free->hdr.handle)) { in ll_rx_mem_release()
2657 } else if (IS_CIS_HANDLE(tx->handle) || in tx_cmplt_get()
Dull_conn.c433 if (IS_CIS_HANDLE(handle)) { in ll_terminate_ind_send()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c467 } else if (IS_CIS_HANDLE(node_rx->hdr.handle)) { in encode_node()
Dhci.c6005 } else if (IS_CIS_HANDLE(handle)) {