Hi Sheldon, On Mon, Jan 03, 2011, Sheldon Demario wrote: > --- a/lib/sdp.h > +++ b/lib/sdp.h > @@ -407,6 +407,15 @@ extern "C" { > #define SDP_INVALID_PDU_SIZE 0x0004 > #define SDP_INVALID_CSTATE 0x0005 > > +/* EIR and Advertising flags descriptions (Vol 3/Part C/Appendix C) */ > +#define EIR_LIM_DISC 0x01 /* LE Limited Discoverable Mode */ > +#define EIR_GEN_DISC 0x02 /* LE General Discoverable Mode */ > +#define EIR_BREDR_UNSUP 0x04 /* BR/EDR Not Supported */ > +#define EIR_SIM_CONTROLLER 0x08 /* Simultaneous LE and BR/EDR to Same > + Device Capable (Controller) */ > +#define EIR_SIM_HOST 0x10 /* Simultaneous LE and BR/EDR to Same > + Device Capable (Host) */ Since these are not really SDP related I don't think sdp.h is the right place for them. Probably hci.h would be better. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html