Home
last modified time | relevance | path

Searched refs:BLUETOOTH_PROTO_HCI (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c121 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in socket_open()
294 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in find_hci_nodes()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_btsocket.h41 #define BLUETOOTH_PROTO_HCI 134 /* HCI protocol number */ macro
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket.c174 .pr_protocol = BLUETOOTH_PROTO_HCI,
HDng_btsocket_hci_raw.c913 if (proto != BLUETOOTH_PROTO_HCI) in ng_btsocket_hci_raw_attach()
/freebsd-11-stable/lib/libbluetooth/
HDhci.c73 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in bt_devopen()
649 s = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in bt_devenum()
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
HDhcsecd.c121 sock = socket(PF_BLUETOOTH, SOCK_RAW, BLUETOOTH_PROTO_HCI); in main()