Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h33 void (*start_up)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c100 static void start_up(void) in start_up() function
536 start_up,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c218 controller_get_interface()->start_up(); in BTM_DeviceReset()