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.c169 if (IS_CIS_HANDLE(handle)) { in ll_read_iso_tx_sync()
239 } else if (IS_CIS_HANDLE(handle)) { in ll_setup_iso_path()
548 } else if (IS_CIS_HANDLE(handle)) { in ll_remove_iso_path()
656 if (IS_CIS_HANDLE(handle)) { in ll_iso_test_sdu_alloc()
704 if (IS_CIS_HANDLE(handle)) { in ll_iso_test_sdu_emit()
836 if (IS_CIS_HANDLE(handle)) { in ll_iso_receive_test()
974 if (IS_CIS_HANDLE(handle)) { in ll_iso_read_test_counters()
1038 if (IS_CIS_HANDLE(handle)) { in ll_read_iso_link_quality()
1095 if (IS_CIS_HANDLE(handle)) { in ll_iso_transmit_test_send_sdu()
1236 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.c1695 } else if (IS_CIS_HANDLE(rx_free->hdr.handle)) { in ll_rx_mem_release()
2654 } 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.c5970 } else if (IS_CIS_HANDLE(handle)) {