Searched refs:BT_ASSERT_PRINT (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 76 #define BT_ASSERT_PRINT ets_printf macro 432 BT_ASSERT_PRINT("\r\n[DUMP_START:"); in esp_ble_controller_log_dump_all() 434 BT_ASSERT_PRINT(":DUMP_END]\r\n"); in esp_ble_controller_log_dump_all() 496 … BT_ASSERT_PRINT("BLE assert: line %d in function %s, param: 0x%x, 0x%x", ln, fn, param1, param2); in osi_assert_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 70 #define BT_ASSERT_PRINT ets_printf macro 441 … BT_ASSERT_PRINT("BLE assert: line %d in function %s, param: 0x%x, 0x%x", ln, fn, param1, param2); in osi_assert_wrapper() 1349 BT_ASSERT_PRINT("\r\n[DUMP_START:"); in esp_ble_controller_log_dump_all() 1351 BT_ASSERT_PRINT(":DUMP_END]\r\n"); in esp_ble_controller_log_dump_all()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 65 #define BT_ASSERT_PRINT ets_printf macro 438 … BT_ASSERT_PRINT("BLE assert: line %d in function %s, param: 0x%x, 0x%x", ln, fn, param1, param2); in osi_assert_wrapper() 1326 BT_ASSERT_PRINT("\r\n[DUMP_START:"); in esp_ble_controller_log_dump_all() 1328 BT_ASSERT_PRINT(":DUMP_END]\r\n"); in esp_ble_controller_log_dump_all()
|