Searched refs:handle_start (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | dfu_srv.c | 270 static int handle_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx,  in handle_start()  function 435 	{ BT_MESH_DFU_OP_UPDATE_START, BT_MESH_LEN_MIN(12), handle_start },
  | 
| D | dfd_srv.c | 277 static int handle_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx,  in handle_start()  function 779 	{ BT_MESH_DFD_OP_START, BT_MESH_LEN_MIN(10), handle_start },
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_conn_iso.c | 249 	uint16_t handle_start;  in ll_conn_iso_stream_get_by_group()  local 252 	handle_start = (handle_iter == NULL) || ((*handle_iter) == UINT16_MAX) ?  in ll_conn_iso_stream_get_by_group() 255 	for (handle = handle_start; handle <= LL_CIS_HANDLE_LAST; handle++) {  in ll_conn_iso_stream_get_by_group()
  |