Searched refs:BT_ISO_DATA_DBG (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | iso.c | 46 #define BT_ISO_DATA_DBG(fmt, ...) LOG_DBG(fmt, ##__VA_ARGS__) macro 48 #define BT_ISO_DATA_DBG(fmt, ...) macro 120 BT_ISO_DATA_DBG("buf %p", buf); in hci_iso() 136 BT_ISO_DATA_DBG("handle %u len %u flags %u", iso(buf)->handle, len, flags); in hci_iso() 583 BT_ISO_DATA_DBG("handle %u len %u flags 0x%02x pb 0x%02x ts 0x%02x", iso->handle, buf->len, in bt_iso_recv() 628 BT_ISO_DATA_DBG("%s, len %u total %u flags 0x%02x timestamp %u", in bt_iso_recv() 662 BT_ISO_DATA_DBG("Cont, len %u rx_len %u", buf->len, iso->rx_len); in bt_iso_recv() 680 BT_ISO_DATA_DBG("End, len %u rx_len %u", buf->len, iso->rx_len); in bt_iso_recv() 730 BT_ISO_DATA_DBG("conn %p amount %d", conn, amount); in iso_data_pull() 738 BT_ISO_DATA_DBG("signaled ready but no frag available"); in iso_data_pull() [all …]
|