haiku/headers/os/bluetooth
Augustin Cavalier bb83316a58 L2CAP: Major refactor of the whole component.
(And surrounding portions of the "btCoreData" module.)

 * Rewrote the main "l2cap.h" header representing protocol constants
   and structures. Now conforms to general Haiku naming conventions
   rather than BSD ones. Some more constants added/removed based
   on the most recent Bluetooth specification.

 * Rewrote all code derived from the BSDs to match Haiku conventions
   and structures in the driver.

 * Dropped the "channel" and "frame" structures from "btCoreData".
   Channels are now managed by L2capEndpoints, and "frames" are
   now just plain net_buffers without surrounding structures.
   This also makes state management much simpler.

 * Made it so that actual net_buffers are passed through to the
   l2cap_receive function rather than another data structure.
   A fake interface address is used to communicate connection
   information. (This probably ought to be changed, though.)

 * Get rid of l2cap_lower and l2cap_upper abstractions.
   Everything related to channel/endpoint management is now
   done in L2capEndpoint, while buffer reception is handled
   directly in l2cap_receive and elsewhere, same as other drivers.

 * Wire up more hooks and fix module flags (needed to be able to
   get the module loaded and opening sockets at all.)

 * Implement an actual locking strategy in L2capEndpoint
   and HciConnection. There's still problems with lifetime
   management, but at least thread-safety is mostly handled.

 * Create an L2capEndpointManager and use it to manage
   the endpoints, rather than having a single (unsafe)
   linked-list.

And plenty of other refactorings and cleanups besides.
There's still more to be done for Bluetooth overall, though:

 * The "btCoreData" and "hci" modules also badly need a major
   overhaul, and should be merged into a single "bluetooth"
   bus_manager. They also shouldn't be passing around pointers
   to other modules like this.

 * There's a number of TODOs/FIXMEs in the L2CAP module, most
   notably around timeouts (especially command timeouts) and
   parameter validation/specification.

Tested by myself with kallisti5's help. Incoming connections
(on the PSM for SDP) get all the way to the latter half
of the Configuration step before hanging.
2024-05-01 00:25:43 -04:00
..
HCI L2CAP: Major refactor of the whole component. 2024-05-01 00:25:43 -04:00
L2CAP A bit more styling on main headers 2008-08-02 21:15:02 +00:00
BluetoothDevice.h - Style: alphabetize include directives 2010-04-24 13:16:13 +00:00
DeviceClass.h - Add method in LocalDevice class to write its class to the dongle 2009-07-10 14:19:17 +00:00
DiscoveryAgent.h Add prototypes to keep/use global Inquiry time 2009-02-20 18:25:41 +00:00
DiscoveryListener.h Add prototypes to keep/use global Inquiry time 2009-02-20 18:25:41 +00:00
LinkKeyUtils.h Bluetooth: fix thread safety issue. 2016-02-14 14:07:21 +01:00
LocalDevice.h - Add possibility yo set a custom friendly name to our device. Which will be seen by remotes devices at discovery 2010-05-07 18:25:09 +00:00
LocalDeviceAddOn.h - Fix Jamfile 2009-04-21 20:59:47 +00:00
RemoteDevice.h - I expected once Haiku sets a connection with a remote device, such connection 2010-04-24 16:01:08 +00:00
bdaddrUtils.h Bluetooth: fix thread safety issue. 2016-02-14 14:07:21 +01:00
bluetooth.h Fix #6373, second try 2010-08-19 15:29:02 +00:00
bluetooth_error.h - I expected once Haiku sets a connection with a remote device, such connection 2010-04-24 16:01:08 +00:00