Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h25 uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, uint8_t *handle);
53 static inline uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, in ll_adv_iso_by_hci_handle_new() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c912 uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, uint8_t *handle) in ll_adv_iso_by_hci_handle_new() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1691 status = ll_adv_iso_by_hci_handle_new(cmd->big_handle, &big_handle); in le_create_big()