summaryrefslogtreecommitdiff
path: root/sys/netbt
AgeCommit message (Expand)Author
2010-01-04prevent local socket address from being changed after socket isplunky
2010-01-03when receiving a MCC PN response, the max frame size that the remoteplunky
2009-11-22more s/the the/the/mbalmer
2009-09-25When the special L2CAP_PSM_ANY value is used for listening sockets,plunky
2009-09-24Only accept incoming ACL connections when there is potentialplunky
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2009-09-12slight reordering, plus only deal with ACL linksplunky
2009-09-11add feature bits from 3.0 specificationplunky
2009-09-01update/correct specification IDs according to recently publishedplunky
2009-08-24add devices seen in "Extended Inquiry Result" to the cacheplunky
2009-08-20add a per-unit master setting, to control requesting the master roleplunky
2009-08-10reduce the number of KAUTH_DEVICE_BLUETOOTH_SEND/RECV requestsplunky
2009-08-10remove last usage of KAUTH_ISSUSER in bluetooth code by addingplunky
2009-05-14add const to unchanged argumentplunky
2009-05-03Add a bluetooth action to the device scope and use it in netbt as aelad
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-05adjust message for previous changeplunky
2008-08-05drop packets that exceed the negotiated MTUplunky
2008-06-26do not hold bt_lock while detaching bthub, as devices may need to aquireplunky
2008-04-29PRU_CONTROL: acquire bt_lock manually.ad
2008-04-24Merge the socket locking patch:ad
2008-03-17move the updating of num_cmd_pkts to its own function, mostly so thatplunky
2008-03-16we always know the bdaddr and type of a link when creating it, soplunky
2008-03-16insert new links at the tail of the queue so that if a create_connectionplunky
2008-03-06a "Create Connection" command can sometimes fail to start for whateverplunky
2008-02-10add HCI definitions from the Bluetooth 2.1 specplunky
2008-01-31do not destroy session callout until the session is definitely finishedplunky
2007-12-30request and keep a mask of supported commands per unit in orderplunky
2007-12-29remove unused def for btr_uclassplunky
2007-11-28[experimentally] report failing commandsplunky
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-20allow listening to channel RFCOMM_CHANNEL_ANY, which means thatplunky
2007-11-20when listening, don't attach to the 'any' address unlessplunky
2007-11-20don't explicitly list unused and NULL entries in the domain declarationplunky
2007-11-12include <sys/device.h> for device_tplunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-11-10'struct device *' -> 'device-t'plunky
2007-11-03struct callout => callout_tplunky
2007-11-03"struct callout" -> callout_tplunky
2007-11-02constify hci_devnameplunky
2007-10-15for PRU_ATTACH, we should make sure that so_pcb is not allocated whenplunky
2007-10-08Use the softint API.ad
2007-09-17Macros that are meant for statements (instead of expressions) SHALLrillig
2007-09-16improve memo taking of known bluetooth devicesplunky
2007-09-07add event processing for "Inquiry result with RSSI", and modify the memoplunky
2007-09-07adjust typedef name for consistency with other parts, since hci_rssi_responseplunky
2007-07-19not necessary to cast to (void *) (from caddr_t removal)plunky
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-16use the sizeof the header, not the pointer to the headerplunky