You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Host/Incomplete/BluetoothHost/Lib
Dean Camera c362709a1e
The SDP UUID lists should be searched and ALL UUIDs matched for a record to 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.
15 years ago
..
BluetoothACLPackets.c Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to Axel Rohde). 15 years ago
BluetoothACLPackets.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
BluetoothClassCodes.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
BluetoothHCICommands.c Fix endianness issues in the Service Discovery Protocol service of the 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. 15 years ago
BluetoothHCICommands.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
BluetoothStack.c Begin processing code for Service Discovery Protocol attributes. 15 years ago
BluetoothStack.h Move SDP service tables out into a new set of files, to make the SDP service code cleaner. 15 years ago
SDPServices.c The SDP UUID lists should be searched and ALL UUIDs matched for a record to 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. 15 years ago
SDPServices.h The SDP UUID lists should be searched and ALL UUIDs matched for a record to 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. 15 years ago
ServiceDiscoveryProtocol.c The SDP UUID lists should be searched and ALL UUIDs matched for a record to 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. 15 years ago
ServiceDiscoveryProtocol.h The SDP UUID lists should be searched and ALL UUIDs matched for a record to 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. 15 years ago