Searched refs:bt_controller_log_interface (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 122 extern int ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uint8… 237 interface_func_t bt_controller_log_interface; in esp_bt_controller_log_init() local 238 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 270 …ret = ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs_s… in esp_bt_controller_log_init()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 112 extern int r_ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uin… 218 interface_func_t bt_controller_log_interface; in esp_bt_controller_log_init() local 219 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 251 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 106 extern int r_ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uin… 215 interface_func_t bt_controller_log_interface; in esp_bt_controller_log_init() local 216 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 248 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()
|