Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c65 static void ticker_op_stop_adv_cb(uint32_t status, void *param);
449 ticker_op_stop_adv_cb, aux);
450 ticker_op_stop_adv_cb(ticker_status, aux);
464 ticker_op_stop_adv_cb, adv);
465 ticker_op_stop_adv_cb(ticker_status, adv);
656 static void ticker_op_stop_adv_cb(uint32_t status, void *param) function