Searched refs:BLUETOOTH_PROTO_HCI (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | hccontrol.c | 122 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in socket_open() 296 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in find_hci_nodes()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket.c | 72 .pr_protocol = BLUETOOTH_PROTO_HCI,
|
H A D | ng_btsocket_hci_raw.c | 918 if (proto != BLUETOOTH_PROTO_HCI) in ng_btsocket_hci_raw_attach()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket.h | 42 #define BLUETOOTH_PROTO_HCI 134 /* HCI protocol number */ macro
|
/freebsd/lib/libbluetooth/ |
H A D | hci.c | 78 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in bt_devopen() 711 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in bt_devenum()
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | hcsecd.c | 120 sock = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in main()
|