esp-idf/components/bt
lly 043abf5750 ble_mesh: stack: Use model callback for operations [Zephyr]
- Previously when a model is initialized or deinitialized, in the
  access layer, we need to check the model id with the ids in the
  table in order to find the proper model operation function.
- Currently all the operation functions of each model will be set
  during the mesh initialization. When the model is found, we can
  directly use the corresponding callback for different operations.
- Currently only init/deinit operations are registered, later we
  will add more operations.
2020-09-03 02:02:33 +00:00
..
common Add some debug log for bt: 2020-08-26 15:17:28 +08:00
controller Workaround for a hardware bug in Slave sniff mode. Because of Slave dose not start a sniff timeout count when slave send a ACL package. 2020-08-26 15:00:29 +08:00
esp_ble_mesh ble_mesh: stack: Use model callback for operations [Zephyr] 2020-09-03 02:02:33 +00:00
host Merge branch 'bugfix/add_protection_for_spp_api' into 'master' 2020-09-02 12:01:34 +08:00
include Redesign Kconfig.in BT components 2020-07-14 11:01:02 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt ble_mesh: stack: Move fast prov functions to a single file 2020-07-01 13:26:06 +00:00
component.mk ble_mesh: ci: Fix failing to compile when using make 2020-06-24 09:43:33 +08:00
Kconfig Redesign Kconfig.in BT components 2020-07-14 11:01:02 +08:00
sdkconfig.rename ble_mesh: stack: Add a option of using IRAM for memory allocation 2020-07-08 01:45:01 +00:00