forked from espressif/esp-idf
ble update for doc: bugfix for esp32c6 and esp32h2
This commit is contained in:
@@ -389,7 +389,7 @@ static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, b
|
|||||||
for (int i = 0; i < len; i++) {
|
for (int i = 0; i < len; i++) {
|
||||||
ets_printf("%02x,", addr[i]);
|
ets_printf("%02x,", addr[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < len; i++) {
|
for (int i = 0; i < len; i++) {
|
||||||
ets_printf("%02x,", addr[i]);
|
ets_printf("%02x,", addr[i]);
|
||||||
|
@@ -381,14 +381,14 @@ static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, b
|
|||||||
for (int i = 0; i < len; i++) {
|
for (int i = 0; i < len; i++) {
|
||||||
ets_printf("%02x,", addr[i]);
|
ets_printf("%02x,", addr[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < len; i++) {
|
for (int i = 0; i < len; i++) {
|
||||||
ets_printf("%02x,", addr[i]);
|
ets_printf("%02x,", addr[i]);
|
||||||
}
|
}
|
||||||
ets_printf("\n");
|
ets_printf("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // CONFIG_BT_LE_CONTROLLER_LOG_ENABLED
|
#endif // CONFIG_BT_LE_CONTROLLER_LOG_ENABLED
|
||||||
|
|
||||||
#ifdef CONFIG_BT_LE_HCI_INTERFACE_USE_UART
|
#ifdef CONFIG_BT_LE_HCI_INTERFACE_USE_UART
|
||||||
|
Reference in New Issue
Block a user