Searched refs:esp_bt_controller_log_interface (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 192 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end); 238 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 405 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end) in esp_bt_controller_log_interface() function
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 176 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end); 219 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 1318 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end) in esp_bt_controller_log_interface() function
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 173 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end); 216 bt_controller_log_interface = esp_bt_controller_log_interface; in esp_bt_controller_log_init() 1296 static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end) in esp_bt_controller_log_interface() function
|