Make the RFCOMM_SendFrame() function correctly generate frames from the input parameters, change addressing to use the raw DLCI address plus flags.

This commit is contained in:
Dean Camera 2010-06-07 09:07:18 +00:00
parent 361e1ec1d8
commit 34e0fed4ca
4 changed files with 38 additions and 16 deletions

View file

@ -36,6 +36,10 @@
* what services are available.
*/
/*
TODO: Honor remote device's buffer size constraints via continuation state
*/
#define INCLUDE_FROM_SERVICEDISCOVERYPROTOCOL_C
#include "ServiceDiscoveryProtocol.h"