vendor/golang.org/x/sys/unix/bluetooth_linux.go
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
    21 const (
    21 const (
    22 	HCI_CHANNEL_RAW     = 0
    22 	HCI_CHANNEL_RAW     = 0
    23 	HCI_CHANNEL_USER    = 1
    23 	HCI_CHANNEL_USER    = 1
    24 	HCI_CHANNEL_MONITOR = 2
    24 	HCI_CHANNEL_MONITOR = 2
    25 	HCI_CHANNEL_CONTROL = 3
    25 	HCI_CHANNEL_CONTROL = 3
       
    26 	HCI_CHANNEL_LOGGING = 4
    26 )
    27 )
    27 
    28 
    28 // Socketoption Level
    29 // Socketoption Level
    29 const (
    30 const (
    30 	SOL_BLUETOOTH = 0x112
    31 	SOL_BLUETOOTH = 0x112