Searched refs:_ctl_analyze (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_light_ctl_srv.c | 67 static u8_t _ctl_analyze(struct bt_mesh_model *p_model, in _ctl_analyze() function 217 ret = _ctl_analyze(p_model, p_ctx->addr, p_buf); in _ctl_set() 260 ret = _ctl_analyze(p_model, p_ctx->addr, p_buf); in _ctl_set_unack()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
A D | light_ctl_srv.c | 116 static u8_t _ctl_analyze(struct bt_mesh_model *model, u16_t src_addr, struct net_buf_simple *p_buf) in _ctl_analyze() function 235 E_MESH_ERROR_TYPE ret = _ctl_analyze(model, p_ctx->addr, p_buf); in _ctl_set() 249 _ctl_analyze(model, p_ctx->addr, p_buf); in _ctl_set_unack()
|
Completed in 4 milliseconds