Home
last modified time | relevance | path

Searched refs:ull_scan_enable (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_scan.c77 uint8_t ull_scan_enable(struct ll_scan_set *scan) in ull_scan_enable() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_internal.h39 uint8_t ull_scan_enable(struct ll_scan_set *scan);
Dull_central.c417 return ull_scan_enable(scan); in ll_create_connection()
439 err = ull_scan_enable(scan); in ll_connect_enable()
447 err = ull_scan_enable(scan); in ll_connect_enable()
Dull_scan.c291 err = ull_scan_enable(scan);
300 err = ull_scan_enable(scan_coded);
385 uint8_t ull_scan_enable(struct ll_scan_set *scan) function