Searched refs:BT_DBG (Results 1 – 3 of 3) sorted by relevance
| /include/net/bluetooth/ |
| A D | bluetooth.h | 275 #define BT_DBG(fmt, ...) bt_dbg(fmt "\n", ##__VA_ARGS__) macro 277 #define BT_DBG(fmt, ...) pr_debug(fmt "\n", ##__VA_ARGS__) macro 289 BT_DBG("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
|
| A D | hci_core.h | 1621 BT_DBG("hcon %p orig refcnt %d", conn, atomic_read(&conn->refcnt)); in hci_conn_hold() 1631 BT_DBG("hcon %p orig refcnt %d", conn, atomic_read(&conn->refcnt)); in hci_conn_drop() 1663 BT_DBG("%s orig refcnt %d", d->name, in hci_dev_put() 1671 BT_DBG("%s orig refcnt %d", d->name, in hci_dev_hold()
|
| A D | l2cap.h | 838 BT_DBG("chan %p state %s timeout %ld", chan, in l2cap_set_timer()
|
Completed in 20 milliseconds