Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h43 #define BLUETOOTH_PROTO_HCI 134 /* HCI protocol number */ macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c176 .pr_protocol = BLUETOOTH_PROTO_HCI,
H A Dng_btsocket_hci_raw.c921 if (proto != BLUETOOTH_PROTO_HCI) in ng_btsocket_hci_raw_attach()