| D | bluetooth.h | 138 #define bt_dev_info(hdev, fmt, ...) \ argument 139 BT_INFO("%s: " fmt, (hdev)->name, ##__VA_ARGS__) 140 #define bt_dev_warn(hdev, fmt, ...) \ argument 141 BT_WARN("%s: " fmt, (hdev)->name, ##__VA_ARGS__) 142 #define bt_dev_err(hdev, fmt, ...) \ argument 143 BT_ERR("%s: " fmt, (hdev)->name, ##__VA_ARGS__) 144 #define bt_dev_dbg(hdev, fmt, ...) \ argument 145 BT_DBG("%s: " fmt, (hdev)->name, ##__VA_ARGS__) 295 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode); 296 typedef void (*hci_req_complete_skb_t)(struct hci_dev *hdev, u8 status,
|