Searched refs:op_len (Results 1 – 1 of 1) sorted by relevance
26 uint8_t op_len = 0, mic_len = 0; in ble_mesh_model_send_msg() local49 op_len = 1; in ble_mesh_model_send_msg()51 op_len = 2; in ble_mesh_model_send_msg()53 op_len = 3; in ble_mesh_model_send_msg()57 if (op_len + length > model->pub->msg->size) { in ble_mesh_model_send_msg()69 if (op_len + length + mic_len > MIN(ESP_BLE_MESH_SDU_MAX_LEN, ESP_BLE_MESH_TX_SDU_MAX)) { in ble_mesh_model_send_msg()78 msg_data = (uint8_t *)bt_mesh_malloc(op_len + length); in ble_mesh_model_send_msg()83 memcpy(msg_data + op_len, data, length); in ble_mesh_model_send_msg()98 arg.model_send.length = op_len + length; in ble_mesh_model_send_msg()