Lines Matching refs:BT_DBG
21 #ifdef BT_DBG
22 #undef BT_DBG
23 #define BT_DBG(f, ...) printf(f"\n", ##__VA_ARGS__)
109 BT_DBG("Marking adv report as discardable"); in get_evt_hdr()
114 BT_DBG("Got event header. Payload %u bytes", hdr->len); in get_evt_hdr()
128 BT_DBG("Got ACL header. Payload %u bytes", rx.remaining); in get_acl_hdr()
136 BT_DBG("type 0x%02x, evt 0x%02x", rx.type, rx.evt.evt); in get_rx()
153 BT_DBG("%s", bt_hex(data, len)); in h4_receive()
212 BT_DBG("Calling bt_recv_prio(%p)", buf); in h4_receive()
215 BT_DBG("Calling bt_recv(%p)", buf); in h4_receive()
224 BT_DBG("hci send complete callback"); in hci_tp_tx_callback()
259 BT_DBG("write type %d, data %s", tx.type, bt_hex(tx.buf->data, tx.buf->len)); in process_tx()
287 BT_DBG("buf %p type %u len %u", buf, bt_buf_get_type(buf), buf->len); in h4_send()
302 BT_DBG("hci_if_open success"); in hci_if_callback()
304 BT_DBG("hci_if_open fail"); in hci_if_callback()
310 BT_DBG("hci indicate to host"); in hci_if_callback()