summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/include
AgeCommit message (Expand)Author
2025-12-13ng_hci(4): Fix a typo in a source code commentGordon Bergling
2025-09-15ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis
2025-01-27ng_hci: add support for Bluetooth Secure Simple PairingAndreas Kempe
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-12protosw: change prototype for pr_controlGleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2021-09-29bluetooth: complete removal of ng_h4Warner Losh
2021-01-07pccard: Remove bt3c(4) driverWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-17Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.Takanori Watanabe
2020-07-08Add support for [read|write] supported data length commands.Takanori Watanabe
2020-06-15Update event masks constant to Bluetooth core spec V5.2Takanori Watanabe
2020-06-10Add LE events:Takanori Watanabe
2020-05-19Fix Typo in ng_hci_le_connection_complete_ep struct.Takanori Watanabe
2020-05-09Add space for RSSI in data member.Takanori Watanabe
2020-04-28Add le_read_buffer_size command and manpage.Takanori Watanabe
2020-04-20Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-27Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2015-10-27Bluetooth LE Security Management channel support.Takanori Watanabe
2015-04-18Forgot to add default event mask definition.Takanori Watanabe
2015-04-07Initial Bluetooth LE support.Takanori Watanabe
2014-09-20Use callout(9) instead of timeout(9).John Baldwin
2009-09-10Get those pesky RFCOMM RPM data bits right. This is likely a noop.Maksim Yevmenkin
2008-07-30Introduce support for Bluetooth SCO sockets. This is based on olderMaksim Yevmenkin
2008-07-10Get in some basic infrastructure for Bluetooth SCO support.Maksim Yevmenkin
2008-04-15Several changes breaking netgraph module ABI collected together:Alexander Motin
2006-07-21Change semantics of socket close and detach. Add a new protocol switchRobert Watson
2006-05-17Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canMaksim Yevmenkin
2006-04-01Chance protocol switch method pru_detach() so that it returns voidRobert Watson
2006-04-01Change protocol switch pru_abort() API so that it returns void ratherRobert Watson
2005-10-30Push the assignment of a new or updated so_qlimit from solisten()Robert Watson
2005-08-31Fix dangling callout problem in the Bluetooth L2CAP code that leads toMaksim Yevmenkin
2005-01-11Make default RFCOMM session MTU match default L2CAP MTU.Maksim Yevmenkin
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2005-01-04Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin
2004-08-20Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer
2004-08-10Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)Maksim Yevmenkin
2004-05-10Mode few Bluetooth defines into system include filesMaksim Yevmenkin
2004-01-26Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt
2003-11-14Change double include protection style in headers to matchMaksim Yevmenkin
2003-05-10Part one of undating the bluetooth code to the newest versionJulian Elischer
2002-11-20The second try a committing the bluetooth codeJulian Elischer