public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Sheldon Demario <sheldon.demario@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Add option to set leadv peripheral role for hciconfig
Date: Wed, 5 Jan 2011 14:01:48 +0200	[thread overview]
Message-ID: <20110105120148.GA18929@jh-x301> (raw)
In-Reply-To: <1294090797-20456-1-git-send-email-sheldon.demario@openbossa.org>

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

      reply	other threads:[~2011-01-05 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03 21:39 [PATCH] Add option to set leadv peripheral role for hciconfig Sheldon Demario
2011-01-05 12:01 ` Johan Hedberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110105120148.GA18929@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=sheldon.demario@openbossa.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox