Skip to content

Commit c880cdb

Browse files
Pull up following revision(s) (requested by plunky in ticket #1966):
sys/netbt/hci.h: revision 1.47 fix copy-paste error. Sniff Subrating command should be 0x000811
1 parent 0a32be8 commit c880cdb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sys/netbt/hci.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: hci.h,v 1.45.4.1 2019/09/28 07:32:02 martin Exp $ */
1+
/* $NetBSD: hci.h,v 1.45.4.2 2025/08/25 16:12:16 martin Exp $ */
22

33
/*-
44
* Copyright (c) 2005 Iain Hibbert.
@@ -54,7 +54,7 @@
5454
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5555
* SUCH DAMAGE.
5656
*
57-
* $Id: hci.h,v 1.45.4.1 2019/09/28 07:32:02 martin Exp $
57+
* $Id: hci.h,v 1.45.4.2 2025/08/25 16:12:16 martin Exp $
5858
* $FreeBSD: src/sys/netgraph/bluetooth/include/ng_hci.h,v 1.6 2005/01/07 01:45:43 imp Exp $
5959
*/
6060

@@ -984,7 +984,7 @@ typedef struct {
984984
/* No return parameter(s) */
985985

986986
#define HCI_OCF_SNIFF_SUBRATING 0x0011
987-
#define HCI_CMD_SNIFF_SUBRATING 0x0810
987+
#define HCI_CMD_SNIFF_SUBRATING 0x0811
988988
typedef struct {
989989
uint16_t con_handle; /* connection handle */
990990
uint16_t max_latency;

0 commit comments

Comments
 (0)