From dc5734d94b071df224b65d45b95d9ae7c5d563ab Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 10 May 2003 21:44:42 +0000 Subject: Part one of undating the bluetooth code to the newest version Submitted by: Maksim Yevmenkin Approved by: re@ --- sys/netgraph/bluetooth/include/ng_hci.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/netgraph/bluetooth/include/ng_hci.h') diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index c4b1aba..3bea725 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ng_hci.h,v 1.13 2002/11/12 22:35:39 max Exp $ + * $Id: ng_hci.h,v 1.2 2003/03/18 00:09:37 max Exp $ * $FreeBSD$ */ @@ -598,6 +598,10 @@ typedef u_int16_t ng_hci_node_link_policy_mask_ep; #define NGM_HCI_NODE_SET_PACKET_MASK 117 /* User -> HCI */ typedef u_int16_t ng_hci_node_packet_mask_ep; +#define NGM_HCI_NODE_GET_ROLE_SWITCH 118 /* HCI -> User */ +#define NGM_HCI_NODE_SET_ROLE_SWITCH 119 /* User -> HCI */ +typedef u_int16_t ng_hci_node_role_switch_ep; + /************************************************************************** ************************************************************************** ** Link control commands and return parameters -- cgit v1.1