Message ID | 20200804154758.1086522-1-mike@mnmoran.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v3] Checkpoint Bluetooth Mesh. | expand |
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; > -} > - >
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; -} -