The SDP UUID lists should be searched and ALL UUIDs matched for a record to be...
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. 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.
Showing
- Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c 34 additions, 171 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c
- Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h 10 additions, 13 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
- Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c 104 additions, 66 deletions...t/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
- Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h 10 additions, 2 deletions...t/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
- LUFA/Common/Common.h 1 addition, 1 deletionLUFA/Common/Common.h
Loading
Please register or sign in to comment