Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h32 typedef uint8_t isoal_source_handle_t; typedef
474 isoal_source_handle_t *hdl);
476 void isoal_source_enable(isoal_source_handle_t hdl);
478 void isoal_source_disable(isoal_source_handle_t hdl);
480 void isoal_source_destroy(isoal_source_handle_t hdl);
482 isoal_status_t isoal_tx_sdu_fragment(isoal_source_handle_t source_hdl,
485 uint16_t isoal_tx_unframed_get_next_payload_number(isoal_source_handle_t source_hdl,
489 void isoal_tx_pdu_release(isoal_source_handle_t source_hdl,
492 isoal_status_t isoal_tx_get_sync_info(isoal_source_handle_t source_hdl,
497 void isoal_tx_event_prepare(isoal_source_handle_t source_hdl,
Disoal.c1434 static isoal_status_t isoal_source_allocate(isoal_source_handle_t *hdl) in isoal_source_allocate()
1436 isoal_source_handle_t i; in isoal_source_allocate()
1454 static void isoal_source_deallocate(isoal_source_handle_t hdl) in isoal_source_deallocate()
1491 static isoal_status_t isoal_check_source_hdl_valid(isoal_source_handle_t hdl) in isoal_check_source_hdl_valid()
1539 isoal_source_handle_t *hdl) in isoal_source_create()
1587 void isoal_source_enable(isoal_source_handle_t hdl) in isoal_source_enable()
1605 void isoal_source_disable(isoal_source_handle_t hdl) in isoal_source_disable()
1619 void isoal_source_destroy(isoal_source_handle_t hdl) in isoal_source_destroy()
1829 uint16_t isoal_tx_unframed_get_next_payload_number(isoal_source_handle_t source_hdl, in isoal_tx_unframed_get_next_payload_number()
1964 static isoal_status_t isoal_tx_unframed_produce(isoal_source_handle_t source_hdl, in isoal_tx_unframed_produce()
[all …]
Dull_iso_types.h107 isoal_source_handle_t source_hdl;
Dull_iso.c475 isoal_source_handle_t source_handle; in ll_setup_iso_path()
1087 isoal_source_handle_t source_handle; in ll_iso_transmit_test_send_sdu()
1228 isoal_source_handle_t source_handle; in ll_iso_transmit_test()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c397 static isoal_source_handle_t basic_tx_test_setup(uint16_t handle, in basic_tx_test_setup()
408 isoal_source_handle_t source_hdl; in basic_tx_test_setup()
636 isoal_source_handle_t source_hdl[CONFIG_BT_CTLR_ISOAL_SOURCES + 1]; in ZTEST()
723 isoal_source_handle_t source_hdl; in ZTEST()
852 isoal_source_handle_t source_hdl; in ZTEST()
970 isoal_source_handle_t source_hdl; in ZTEST()
1130 isoal_source_handle_t source_hdl; in ZTEST()
1338 isoal_source_handle_t source_hdl; in ZTEST()
1668 isoal_source_handle_t source_hdl; in ZTEST()
1856 isoal_source_handle_t source_hdl; in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6070 isoal_source_handle_t source = dp_in->source_hdl;