Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_addr.c54 (ull_scan_is_enabled(0) & (BIT(1) | BIT(2)))) {
Dull_scan_internal.h70 uint32_t ull_scan_is_enabled(uint8_t handle);
Dull_filter.c707 (!IS_ENABLED(CONFIG_BT_OBSERVER) || !ull_scan_is_enabled(0))) { in ull_filter_adv_update()
1281 (ull_scan_is_enabled(0) & ~ULL_SCAN_IS_PASSIVE))) in rl_access_check()
Dull_scan.c866 uint32_t ull_scan_is_enabled(uint8_t handle) function
Dull.c1277 bm = (IS_ENABLED(CONFIG_BT_OBSERVER)?(ull_scan_is_enabled(0) << 1):0) | in ll_rx_dequeue()
Dull_adv.c975 if (ull_scan_is_enabled(0)) {