| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
PSM - update typedef name and size.
Add delay to the Connection Request signal processing routine - without this, the host will not create the RFCOMM channel correctly. Need to investigate why this delay is needed.
|
|
|
|
| |
on channels when trying to access it.
|
|
|
|
| |
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
|
|
|
|
| |
pair to the Bluetooth device and discover the exposed Serial Port Profile RFCOMM service.
|
|
|
|
|
|
|
|
| |
be retrieved, not partial matches. Change the SDP code so that the entire list must be matched against a service attribute table's contents before it is returned.
Change matching algorithm so that it recursively searches through the entire attribute table, and not just pre-specified sequence attributes.
Add browse lists and proper descriptions to the Serial Port service.
|
|
|
|
| |
and add macros for used UUIDs to reduce typing and make the code easier to read.
|
|
|
|
| |
to the SDP service.
|
|
|
|
| |
assumes 0x0100 offset for primary language anyway, and the format of the offset was incorrect anyway.
|
|
|
|
| |
container around the single service's retrieved attributes, not two.
|
| |
|
|
|
|
|
|
| |
and compare to range, rather than looking up by each possible value within the range.
Cleanups to SDP code. Add missing RFCOMM language base ID offset attribute. Fix incorrect definition of the SWAPENDIAN_32() macro.
|
|
|
|
| |
UUID format properly.
|
|
|
|
| |
code cleaner.
|
| |
|
|
|
|
| |
incomplete Bluetooth Host demo. Host can now correctly retrieve specific services, however Windows does not appear to be sending the appropriate generic browse class IDs needed to report the virtual serial service.
|
|
|
|
|
|
| |
to Axel Rohde).
Partial fix to the Bluetooth SDP code - data should be encoded in big endian, not little endian.
|
|
|
|
|
|
| |
Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec).
Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged.
|
|
|
|
| |
correctly matched against the generic Service Discovery Class UUID.
|
|
|
|
| |
Discovery Server UUID, better documentation.
|
|
|
|
| |
SDP handler code.
|
|
|
|
| |
needs to be cleared, not the buffer pointer.
|
|
|
|
| |
Discovery Protocol requests.
|
|
|
|
| |
grouped by UUID, so the response can't be generated as the attributes are read in. Buffer both UUIDs and Attributes instead and generate the response afterwards.
|
|
|
|
| |
Protocol code so that it can now correctly match against UUIDs in the service table.
|
|
|
|
|
|
| |
discovery requests should now be valid, even if they do not currently return the device's services and service attributes.
Added more documentation to the incomplete Bluetooth stack code.
|
|
|
|
| |
more generic GUID arrays.
|
| |
|
|
|
|
| |
endpoint was not selected at the point the USB endpoint interrupt fires when INTERRUPT_CONTROL_ENDPOINT is defined.
|
|
|
|
| |
demo, so that the UUID list is compiled via a seperate function to allow for its re-use between different SDP request types.
|
|
|
|
| |
correctly converted to the target system's native end of line style.
|
| |
|
|
|
|
| |
functions are now inline, to reduce overhead.
|
|
|
|
|
|
|
|
|
|
| |
the BluetoothHost demo.
Added new HCI states to properly initialize the bluetooth dongle and retrieve the local BDADDR.
Factored out Bluetooth state information into a new state structure for easy reference in the user application.
Added new StackInitialized() Bluetooth stack callback function.
|
|
|
|
|
|
| |
host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski).
Clean up incomplete BluetoothHost debugging commands to use GCC extension to avoid NULL parameters when no formatting is required.
|
|
|
|
| |
code.
|
|
|
|
| |
Minor documentation improvements.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
applicable to variables also. Add new ATTR_NOINIT attribute for global variables.
Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo.
Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing.
|
|
|
|
|
|
|
|
| |
signalling command processing routines.
Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future.
Start Service Discovery Protocol decoding and processing.
|
|
|
|
| |
the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device.
|
|
|
|
| |
command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect.
|
|
|
|
| |
Add Link Key Request event processing so that paired devices always re-authenticate until appropriate link key store/retrieve callbacks are implemented.
|
|
|
|
| |
requests.
|
|
|
|
| |
creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities.
|
|
|
|
| |
determine why Windows machines refuse to connect.
|
|
|
|
| |
Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity.
|
|
|
|
|
|
| |
Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states.
Use abbreviations for the structure and function names where possible to try to cut down on the code verbosity.
|
|
|
|
| |
Bluetooth Host demo.
|