Much faster attribute range lookup - look through short list of attributes and compar...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 1 Jun 2010 11:07:29 +0000 (11:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 1 Jun 2010 11:07:29 +0000 (11:07 +0000)
commit3f3fdb01a9d06d7ea20f02fcf8c464055f72b5bb
treef3de5f246bc245a81b01508176d919638d62bcb1
parentcb52e4371e770e79b3648120452fc4df908887a3
Much faster attribute range lookup - look through short list of attributes 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.
Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.c
Demos/Host/Incomplete/BluetoothHost/Lib/SDPServices.h
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c