Searched refs:controller_sleep_cb (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 561 IRAM_ATTR void controller_sleep_cb(uint32_t enable_tick, void *arg) in controller_sleep_cb() function 639 r_ble_lll_rfmgmt_set_sleep_cb(controller_sleep_cb, controller_wakeup_cb, 0, 0, in controller_sleep_init() 642 r_ble_lll_rfmgmt_set_sleep_cb(controller_sleep_cb, controller_wakeup_cb, 0, 0, in controller_sleep_init()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 553 IRAM_ATTR void controller_sleep_cb(uint32_t enable_tick, void *arg) in controller_sleep_cb() function 631 r_ble_lll_rfmgmt_set_sleep_cb(controller_sleep_cb, controller_wakeup_cb, 0, 0, in controller_sleep_init() 634 r_ble_lll_rfmgmt_set_sleep_cb(controller_sleep_cb, controller_wakeup_cb, 0, 0, in controller_sleep_init()
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 591 IRAM_ATTR void controller_sleep_cb(uint32_t enable_tick, void *arg) in controller_sleep_cb() function 622 …r_ble_lll_rfmgmt_set_sleep_cb(controller_sleep_cb, controller_wakeup_cb, 0, 0, 500 + BLE_RTC_DELAY… in controller_sleep_init()
|