linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] Checkpoint Bluetooth Mesh.
@ 2020-08-04 15:47 Michael N. Moran
  2020-08-04 15:50 ` Michael N. Moran
  0 siblings, 1 reply; 2+ messages in thread
From: Michael N. Moran @ 2020-08-04 15:47 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, inga.stotland, Michael N. Moran

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] Checkpoint Bluetooth Mesh.
  2020-08-04 15:47 [PATCH v3] Checkpoint Bluetooth Mesh Michael N. Moran
@ 2020-08-04 15:50 ` Michael N. Moran
  0 siblings, 0 replies; 2+ messages in thread
From: Michael N. Moran @ 2020-08-04 15:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, inga.stotland

Humble appologies.
GIT send-email n00b at work.
Please ignore these


On 8/4/20 11:47 AM, Michael N. Moran wrote:
> ---
>   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;
> -}
> -
> 


-- 
Michael N. Moran           (h) 770 704 9751
218 Wilshire Terrace       (c) 678 521 5460
White, GA, USA 30184       http://mnmoran.org


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-04 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 15:47 [PATCH v3] Checkpoint Bluetooth Mesh Michael N. Moran
2020-08-04 15:50 ` Michael N. Moran

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).