Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 22 Jun 2010 07:55:02 +0000 (07:55 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 22 Jun 2010 07:55:02 +0000 (07:55 +0000)
commit559af022041942be21d7cabd398639f4d6db52ea
treef528ee0e799a0ea9f2d4cfcf183cda12a2609f82
parente621ab33be3b37496dd22eaf3255138f4347ba19
Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm to reduce the compiled code size and stack used.
Demos/Host/Incomplete/BluetoothHost/Lib/SDP.c
Demos/Host/Incomplete/BluetoothHost/Lib/SDP.h