include/net/bluetooth/bluetooth.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
    52 #define SOL_L2CAP	6
    52 #define SOL_L2CAP	6
    53 #define SOL_SCO		17
    53 #define SOL_SCO		17
    54 #define SOL_RFCOMM	18
    54 #define SOL_RFCOMM	18
    55 
    55 
    56 #define BT_INFO(fmt, arg...) printk(KERN_INFO "Bluetooth: " fmt "\n" , ## arg)
    56 #define BT_INFO(fmt, arg...) printk(KERN_INFO "Bluetooth: " fmt "\n" , ## arg)
    57 #define BT_DBG(fmt, arg...)  printk(KERN_INFO "%s: " fmt "\n" , __func__ , ## arg)
    57 #define BT_ERR(fmt, arg...)  printk(KERN_ERR "%s: " fmt "\n" , __func__ , ## arg)
    58 #define BT_ERR(fmt, arg...)  printk(KERN_ERR  "%s: " fmt "\n" , __func__ , ## arg)
    58 #define BT_DBG(fmt, arg...)  pr_debug("%s: " fmt "\n" , __func__ , ## arg)
    59 
    59 
    60 /* Connection and socket states */
    60 /* Connection and socket states */
    61 enum {
    61 enum {
    62 	BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */
    62 	BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */
    63 	BT_OPEN,
    63 	BT_OPEN,