Home
last modified time | relevance | path

Searched refs:handle_start (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c270 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 },
Ddfd_srv.c281 static int handle_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_start() function
783 { BT_MESH_DFD_OP_START, BT_MESH_LEN_MIN(10), handle_start },
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c249 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()