Home
last modified time | relevance | path

Searched refs:poll_sig (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/extended_adv/advertiser/src/
Dmain.c29 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig); variable
31 K_POLL_MODE_NOTIFY_ONLY, &poll_sig);
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/
Dmain.c36 static struct k_poll_signal poll_sig = K_POLL_SIGNAL_INITIALIZER(poll_sig); variable
38 K_POLL_MODE_NOTIFY_ONLY, &poll_sig);