Lines Matching refs:rsp
469 goto rsp; in handle_xfer_start()
479 goto rsp; in handle_xfer_start()
489 goto rsp; in handle_xfer_start()
500 goto rsp; in handle_xfer_start()
506 goto rsp; in handle_xfer_start()
513 goto rsp; in handle_xfer_start()
531 goto rsp; in handle_xfer_start()
544 goto rsp; in handle_xfer_start()
553 goto rsp; in handle_xfer_start()
562 rsp: in handle_xfer_start()
580 goto rsp; in handle_xfer_cancel()
585 goto rsp; in handle_xfer_cancel()
590 rsp: in handle_xfer_cancel()
641 goto rsp; in handle_block_start()
654 goto rsp; in handle_block_start()
659 goto rsp; in handle_block_start()
670 goto rsp; in handle_block_start()
684 goto rsp; in handle_block_start()
705 goto rsp; in handle_block_start()
716 rsp: in handle_block_start()
819 BT_MESH_MODEL_BUF_DEFINE(rsp, BT_MESH_BLOB_OP_INFO_STATUS, 15); in handle_info_get()
820 bt_mesh_model_msg_init(&rsp, BT_MESH_BLOB_OP_INFO_STATUS); in handle_info_get()
821 net_buf_simple_add_u8(&rsp, BLOB_BLOCK_SIZE_LOG_MIN); in handle_info_get()
822 net_buf_simple_add_u8(&rsp, BLOB_BLOCK_SIZE_LOG_MAX); in handle_info_get()
823 net_buf_simple_add_le16(&rsp, CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX); in handle_info_get()
824 net_buf_simple_add_le16(&rsp, BLOB_RX_CHUNK_SIZE); in handle_info_get()
825 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_BLOB_SIZE_MAX); in handle_info_get()
826 net_buf_simple_add_le16(&rsp, MTU_SIZE_MAX); in handle_info_get()
827 net_buf_simple_add_u8(&rsp, BT_MESH_BLOB_XFER_MODE_ALL); in handle_info_get()
833 (void)bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in handle_info_get()