esp-idf/components
lly 2c5b0a523a ble_mesh: Add lock for segmented msg operations
Add mutex to protect some variables of the mesh segmented
messages.
Currently the timeout handler of mesh will be executed in
the btc task, while the received mesh messages will be
handled in the btu task. In case some variables are set to
NULL when handled in the btu task, meanwhile these variables
are also accessed in the timeout handler, so we add mutex to
protect these variables and related operations.
2020-05-21 15:22:19 +08:00
..
2019-07-07 01:51:45 +00:00
2019-06-21 19:53:29 +08:00
2020-05-15 14:58:07 +05:30
2019-06-21 19:53:29 +08:00
2019-06-21 19:53:29 +08:00
2020-04-23 16:04:33 +08:00
2019-06-21 19:53:29 +08:00
2020-02-13 14:36:11 +08:00
2020-03-22 21:09:03 +08:00
2019-06-21 19:53:29 +08:00
2019-06-21 19:53:29 +08:00