OVMS3-idf/components/bt
lly e2186b1d3a ble_mesh: Friend SeqAuth cleanup [Zephyr]
The Friend queue uses the message SeqAuth to determine whether the
message is already in the queue. To facilitate this, the SeqAuth is
passed around as a pointer throughout the transport modules. In the
bt_mesh_ctl_send functions, this parameter is also exposed in the API,
but the internal usage is inconsistent and buggy. Also, no one actually
uses this parameter.

- Removes seq_auth param from bt_mesh_ctl_send, instead passing NULL
  directly to the friend module, to enforce its addition to the queue.
- Makes the seq_auth pointer const throughout the friend module.
2020-05-13 03:40:30 +00:00
..
bluedroid component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.3) 2020-03-31 16:45:57 +08:00
common Component/bt : 2020-02-20 19:39:03 +08:00
esp_ble_mesh ble_mesh: Friend SeqAuth cleanup [Zephyr] 2020-05-13 03:40:30 +00:00
include fix initializer order for BT_CONTROLLER_INIT_CONFIG_DEFAULT 2020-02-07 18:59:03 +08:00
lib@4d64d12dde components/coex: Fix wakeup delay with DFS 2020-03-28 21:15:21 +08:00
test bt: Fix unit tests build with CMake 2018-11-28 15:19:04 +08:00
bt.c components/coex: Fix wakeup delay with DFS 2020-03-28 21:15:21 +08:00
CMakeLists.txt ble_mesh: Support BLE advertising simultaneously 2020-04-30 08:23:24 +00:00
component.mk Add support of NimBLE host in ESP-BLE-Mesh - v3.3 2020-02-13 12:33:23 +05:30
Kconfig Merge branch 'feat/ble_mesh_ble_adv_simultaneously_v3.3' into 'release/v3.3' 2020-05-06 11:14:52 +08:00