linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michael N. Moran" <mike@mnmoran.org>
To: linux-bluetooth@vger.kernel.org
Cc: brian.gix@intel.com, inga.stotland@intel.com,
	"Michael N. Moran" <mike@mnmoran.org>
Subject: [PATCH v3] Checkpoint Bluetooth Mesh.
Date: Tue,  4 Aug 2020 11:47:58 -0400	[thread overview]
Message-ID: <20200804154758.1086522-1-mike@mnmoran.org> (raw)

---
 rpi/libdirs.b |  2 ++
 rpi/notes     | 29 -----------------------------
 2 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/rpi/libdirs.b b/rpi/libdirs.b
index bf34b9b..f340ed9 100644
--- a/rpi/libdirs.b
+++ b/rpi/libdirs.b
@@ -1,2 +1,4 @@
+src/oscl/buffer
+src/oscl/platform/posix/oscl/kernel/platform
 +src/mnm/btmesh/libdirs.b
 
diff --git a/rpi/notes b/rpi/notes
index 544184a..e69de29 100644
--- a/rpi/notes
+++ b/rpi/notes
@@ -1,29 +0,0 @@
-[0] HCI_COMMAND_PKT
-[1-2] HCI_CMD_LE_SET_ADV_DATA
-[3]	length Number of significant octets in data
-
-struct bt_hci_cmd_le_set_adv_data {
-[3]    uint8_t  len;
-[4-?]    uint8_t  data[31];
-} __attribute__ ((packed));
-
-HCI_COMMAND_PKT
-
-struct ad_struct {
-    uint8_t len;	sizeof(ad.type)+sizeof(pb_adv_pdu)+pdu_len
-    uint8_t type;
-    uint8_t data[]
-} 
-
-struct pb_adv_pdu {	pbadv*
-    uint32_t link_id;
-    uint8_t trans_num;
-	pdu[]
-	}
-
-//////////
-HCI_CMD_LE_SET_ADV_ENABLE
-struct bt_hci_cmd_le_set_adv_enable {
-    uint8_t  enable;
-}
-
-- 
2.26.2


             reply	other threads:[~2020-08-04 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04 15:47 Michael N. Moran [this message]
2020-08-04 15:50 ` [PATCH v3] Checkpoint Bluetooth Mesh Michael N. Moran

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=20200804154758.1086522-1-mike@mnmoran.org \
    --to=mike@mnmoran.org \
    --cc=brian.gix@intel.com \
    --cc=inga.stotland@intel.com \
    --cc=linux-bluetooth@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).