Home
last modified time | relevance | path

Searched defs:hci_handle (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h27 static inline uint8_t ll_adv_set_by_hci_handle_get(uint8_t hci_handle, in ll_adv_set_by_hci_handle_get()
34 static inline uint8_t ll_adv_set_by_hci_handle_get_or_new(uint8_t hci_handle, in ll_adv_set_by_hci_handle_get_or_new()
46 static inline uint8_t ll_adv_iso_by_hci_handle_get(uint8_t hci_handle, in ll_adv_iso_by_hci_handle_get()
53 static inline uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, in ll_adv_iso_by_hci_handle_new()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_types.h37 uint8_t hci_handle; member
131 uint8_t hci_handle; member
Dull_adv_iso.c894 uint8_t ll_adv_iso_by_hci_handle_get(uint8_t hci_handle, uint8_t *handle) in ll_adv_iso_by_hci_handle_get()
912 uint8_t ll_adv_iso_by_hci_handle_new(uint8_t hci_handle, uint8_t *handle) in ll_adv_iso_by_hci_handle_new()
Dull_adv.c159 uint8_t ll_adv_set_by_hci_handle_get(uint8_t hci_handle, uint8_t *handle) in ll_adv_set_by_hci_handle_get()
176 uint8_t ll_adv_set_by_hci_handle_get_or_new(uint8_t hci_handle, uint8_t *handle) in ll_adv_set_by_hci_handle_get_or_new()
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c63 struct ll_adv_set *common_create_adv_set(uint8_t hci_handle) in common_create_adv_set()